package tezos-client-004-Pt24m4xi

  1. Overview
  2. Docs
type 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_crypto.Protocol_hash.t option;
}
type 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;
}

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