Tezos_client_004_Pt24m4xi.Client_proto_context
val list_contract_labels :
Alpha_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
(string * string * string) list Tezos_base.TzPervasives.tzresult Lwt.t
val get_storage :
Alpha_client_context.rpc_context ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Contract.t ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Script.expr option
Tezos_base.TzPervasives.tzresult
Lwt.t
val get_big_map_value :
Alpha_client_context.rpc_context ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Contract.t ->
(Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Script.expr
* Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Script.expr) ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Script.expr option
Tezos_base.TzPervasives.tzresult
Lwt.t
val get_script :
Alpha_client_context.rpc_context ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Contract.t ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Script.t option
Tezos_base.TzPervasives.tzresult
Lwt.t
val get_manager :
Alpha_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Contract.t ->
(string
* Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.public_key_hash
* Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.public_key
* Tezos_client_base.Client_keys_v0.sk_uri)
Tezos_base.TzPervasives.tzresult
Lwt.t
val get_balance :
Alpha_client_context.rpc_context ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Contract.t ->
Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Tez.t
Tezos_base.TzPervasives.tzresult
Lwt.t
type period_info = {
current_period_kind : Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Voting_period.kind;
position : Stdlib.Int32.t;
remaining : Stdlib.Int32.t;
current_proposal : Tezos_base.TzPervasives.Protocol_hash.t option;
}
type ballots_info = {
current_quorum : Stdlib.Int32.t;
participation : Stdlib.Int32.t;
supermajority : Stdlib.Int32.t;
ballots : Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Vote.ballots;
}
val get_period_info :
Alpha_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
period_info Tezos_base.TzPervasives.tzresult Lwt.t
val get_ballots_info :
Alpha_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
ballots_info Tezos_base.TzPervasives.tzresult Lwt.t
val get_proposals :
Alpha_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
Stdlib.Int32.t Tezos_protocol_004_Pt24m4xi.Environment.Protocol_hash.Map.t
Tezos_base.TzPervasives.tzresult
Lwt.t
val display_receipt_for_operation :
Alpha_client_context.full ->
chain:Tezos_shell_services.Block_services.chain ->
?predecessors:int ->
Tezos_base.TzPervasives.Operation_list_hash.elt ->
unit Tezos_base.TzPervasives.tzresult Lwt.t
lookup an operation in predecessors
previous blocks, and print the receipt if found