package tezos-client-007-PsDELPH1

  1. Overview
  2. Docs
val list_contract_labels : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ((string * string * string) list, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
type period_info = {
  1. current_period_kind : Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Voting_period.kind;
  2. position : Stdlib.Int32.t;
  3. remaining : Stdlib.Int32.t;
  4. current_proposal : Tezos_crypto.Protocol_hash.t option;
}
type ballots_info = {
  1. current_quorum : Stdlib.Int32.t;
  2. participation : Stdlib.Int32.t;
  3. supermajority : Stdlib.Int32.t;
  4. ballots : Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Vote.ballots;
}
val display_receipt_for_operation : Protocol_client_context.full -> chain:Tezos_shell_services.Block_services.chain -> ?predecessors:int -> Tezos_crypto.Operation_list_hash.elt -> (unit, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t

lookup an operation in predecessors previous blocks, and print the receipt if found

OCaml

Innovation. Community. Security.