package octez-protocol-003-PsddFKi3-libs

  1. Overview
  2. Docs
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
type period_info = {
  1. current_period_kind : Tezos_protocol_003_PsddFKi3.Protocol.Alpha_context.Voting_period.kind;
  2. position : Int32.t;
  3. remaining : Int32.t;
  4. current_proposal : Tezos_base.TzPervasives.Protocol_hash.t option;
}
type ballots_info = {
  1. current_quorum : Int32.t;
  2. participation : Int32.t;
  3. supermajority : Int32.t;
  4. ballots : Tezos_protocol_003_PsddFKi3.Protocol.Alpha_context.Vote.ballots;
}
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
OCaml

Innovation. Community. Security.