Module tendermint::block::header

source ·
Expand description

Block headers

Structs§

  • Block Header values contain metadata about the block and about the consensus, as well as commitments to the data in the current block, the previous block, and the results returned by the application.
  • Version contains the protocol version for the blockchain and the application.