Optional
baseThe minimum amount of fee required to include a transaction in the current block
Address of the beneficiary (miner) of the block.
Optional
comIndicates if the block contains a community fund (com).
Maximum gas limit for transactions in the block.
Total gas used by transactions in the block.
Unique identifier for the block.
Optional
isIndicates if the block is finalized (optional).
Since there is no computational competition in PoA, the "longest chain" rule does not apply. Instead, we consider the better branch as the one witnessed by more AMs (Authority Master nodes).
Block number in the blockchain.
Identifier of the parent block.
Root hash of the receipts of transactions.
Address of the signer or validator for the block.
Size of the block in bytes.
Root hash of the state tree after applying transactions.
Timestamp when the block was created.
Represents the Accumulated Witness Number (AWN) of the block. It is used when selecting the trunk block in the VeChainThor consensus algorithm.
Optional
txsOptional features associated with transactions.
Root hash of the transactions in the block.
BlockDetail is an interface representing detailed information about a blockchain block.