package tezos-baking-009-PsFLoren

  1. Overview
  2. Docs
type block_info = {
  1. hash : Tezos_crypto.Block_hash.t;
  2. chain_id : Tezos_crypto.Chain_id.t;
  3. predecessor : Tezos_crypto.Block_hash.t;
  4. fitness : Bytes.t list;
  5. timestamp : Tezos_base.Time.Protocol.t;
  6. protocol : Tezos_crypto.Protocol_hash.t;
  7. next_protocol : Tezos_crypto.Protocol_hash.t;
  8. proto_level : int;
  9. level : Tezos_protocol_009_PsFLoren.Protocol.Alpha_context.Raw_level.t;
  10. context : Tezos_crypto.Context_hash.t;
  11. predecessor_block_metadata_hash : Tezos_crypto.Block_metadata_hash.t option;
  12. predecessor_operations_metadata_hash : Tezos_crypto.Operation_metadata_list_list_hash.t option;
}
OCaml

Innovation. Community. Security.