package tezos-protocol-005-PsBABY5H

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_raw_protocol_005_PsBABY5H.Block_header_reprSource

Sourceand protocol_data = {
  1. contents : contents;
  2. signature : Tezos_protocol_environment_005_PsBABY5H.Signature.t;
}
Sourceand contents = {
  1. priority : int;
  2. seed_nonce_hash : Nonce_hash.t option;
  3. proof_of_work_nonce : Tezos_protocol_environment_005_PsBABY5H.MBytes.t;
}
Sourcetype block_header = t
Sourceval raw : block_header -> raw
Sourceval max_header_length : int

The maximum size of block headers in bytes

OCaml

Innovation. Community. Security.