Expand description
Block producer trait for the nitroexecution RPC handler.
Defines the interface for producing blocks from L1 incoming messages.
The concrete implementation lives in arb-node where it has access
to the full node infrastructure (database, EVM config, state).
Structs§
- Block
Production Input - Input for block production from an L1 incoming message.
- Produced
Block - Result of producing a block.
Enums§
- Block
Producer Error - Error type for block production.
Traits§
- Block
Producer - Trait for producing blocks from L1 messages.