Module Context.Delegate

Calls RPCs /chains/<chain_id>/blocks/<blocsk_id>/contracts/<Implicit pkh>/full_balance and /chains/<chain_id>/blocks/<block_id>/delegates/<pkh>/own_full_balance, checks that both RPCs output the same value, then returns this value.

calls the RPC frozen_deposits: we're using a different name to be more easily distinguishable from current_frozen_deposits

val stake_info : t -> manager_pkh:Tezos_protocol_alpha.Protocol.Alpha_context.public_key_hash -> (int64 * int64 option) Tezos_base.TzPervasives.tzresult Lwt.t