package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module defines RPC services to access the information associated to contracts (balance, delegate, script, etc.).

type info = {
  1. balance : Alpha_context.Tez.t;
  2. delegate : Alpha_context.public_key_hash option;
  3. counter : Alpha_context.Manager_counter.t option;
  4. script : Alpha_context.Script.t option;
}
val register : unit -> unit
OCaml

Innovation. Community. Security.