pub type Block<T = TransactionSigned, H = Header> = Block<T, H>;
Expand description
Ethereum full block.
Withdrawals can be optionally included at the end of the RLP encoded message.
Aliased Type§
pub struct Block<T = TransactionSigned, H = Header> {
pub header: H,
pub body: BlockBody<T, H>,
}
Fields§
§header: H
Block header.
body: BlockBody<T, H>
Block body.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.