package octez-protocol-004-Pt24m4xi-libs

  1. Overview
  2. Docs
type period_info = {
  1. current_period_kind : Tezos_protocol_004_Pt24m4xi.Protocol.Alpha_context.Voting_period.kind;
  2. position : Stdlib.Int32.t;
  3. remaining : Stdlib.Int32.t;
  4. current_proposal : Tezos_base.TzPervasives.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_004_Pt24m4xi.Protocol.Alpha_context.Vote.ballots;
}

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

OCaml

Innovation. Community. Security.