Module block
Expand description
Block abstraction.
Modules§
- body
- Block body abstraction.
- error
- Error types for the
block
module. - header
- Block header data primitive.
- serde_
bincode_ compat serde-bincode-compat
- Bincode-compatible header type serde implementations.
Structs§
- Recovered
Block - A block with senders recovered from the block’s transactions.
- Sealed
Block - Sealed full block composed of the block’s header and body.
Traits§
- Block
- Abstraction of block data type.
- Full
Block - Helper trait that unifies all behaviour required by block to support full node operations.
- Test
Block test-utils
- An extension trait for
Block
s that allows for mutable access to the block’s internals.
Type Aliases§
- BlockTx
- Helper trait to access
BlockBody::Transaction
given aBlock
.