package octez-protocol-007-PsDELPH1-libs

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

Module Tezos_client_007_PsDELPH1.Client_proto_contextSource

Sourceval get_storage : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_contract_big_map_value : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t -> (Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr * Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr) -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_big_map_value : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Z.t -> Tezos_protocol_007_PsDELPH1.Protocol.Script_expr_hash.t -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_script : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.t option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_balance : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Tez.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval parse_arg_transfer : string option -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.lazy_expr Tezos_base.TzPervasives.tzresult Lwt.t
Sourcetype period_info = {
  1. current_period_kind : Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Voting_period.kind;
  2. position : Int32.t;
  3. remaining : Int32.t;
  4. current_proposal : Tezos_base.TzPervasives.Protocol_hash.t option;
}
Sourcetype ballots_info = {
  1. current_quorum : Int32.t;
  2. participation : Int32.t;
  3. supermajority : Int32.t;
  4. ballots : Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Vote.ballots;
}
Sourceval get_proposals : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Int32.t Tezos_protocol_007_PsDELPH1.Environment.Protocol_hash.Map.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval display_receipt_for_operation : Protocol_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

OCaml

Innovation. Community. Security.