package tezos-protocol-alpha

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

Module Tezos_raw_protocol_alpha.Delegate_servicesSource

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.).

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