state after txs from the previous block
consensus params for current block
transactions
consensus info
evidence included in the block
Optional
lastprev block info
hashes of block data
commit from validators from the last block
root hash of all results from the txs from the previous block
validators for the next block
proposer_address is the original block proposer address, formatted as a Bech32 string.
In Tendermint, this type is bytes
, but in the SDK, we convert it to a Bech32 string
for better UX.
original proposer of the block
Optional
timehashes from the app output from the prev block
validators for the current block
Optional
versionbasic block info
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
type
Header defines the structure of a Tendermint block header.
Generated
from message cosmos.base.tendermint.v1beta1.Header