Module Tezos_raw_protocol_alpha.Contract_services

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