package octez-protocol-004-Pt24m4xi-libs

  1. Overview
  2. Docs
Octez protocol 004-Pt24m4xi libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-protocol-004-Pt24m4xi-libs.client/Tezos_client_004_Pt24m4xi/Client_proto_context/index.html

Module Tezos_client_004_Pt24m4xi.Client_proto_contextSource

Sourceval 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
Sourceval 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
Sourceval 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
Sourceval 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
Sourceval 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
Sourcetype period_info = {
  1. current_period_kind : Tezos_protocol_004_Pt24m4xi.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_004_Pt24m4xi.Protocol.Alpha_context.Vote.ballots;
}
Sourceval get_proposals : Alpha_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Int32.t Tezos_protocol_004_Pt24m4xi.Environment.Protocol_hash.Map.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval 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

OCaml

Innovation. Community. Security.