Module Tezos_raw_protocol_alpha.Delegate_services

This module defines RPC services to access the information associated to delegates (who they are, their delegators, their different kinds of balances, their activity, etc.).

type consensus_keys_info = {
  1. active : consensus_key;
  2. pendings : (Alpha_context.Cycle.t * consensus_key) list;
}
type deposit_per_cycle = {
  1. cycle : Alpha_context.Cycle.t;
  2. deposit : Alpha_context.Tez.t;
}
val register : unit -> unit