package tezos-client-011-PtHangz2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type activation_key = {
  1. pkh : Tezos_crypto.Ed25519.Public_key_hash.t;
  2. amount : Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t;
  3. activation_code : Tezos_protocol_011_PtHangz2.Protocol.Blinded_public_key_hash.activation_code;
  4. mnemonic : string list;
  5. password : string;
  6. email : string;
}
type batch_transfer_operation = {
  1. destination : string;
  2. fee : string option;
  3. gas_limit : Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral option;
  4. storage_limit : Z.t option;
  5. amount : string;
  6. arg : string option;
  7. entrypoint : string option;
}
type period_info = {
  1. current_period_kind : Tezos_protocol_011_PtHangz2.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_011_PtHangz2.Protocol.Alpha_context.Vote.ballots;
}

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