Module builder

Source
Expand description

Optimism payload builder implementation.

Structs§

ExecutedPayload
Holds the state after execution
ExecutionInfo
This acts as the container for executed transactions and its byproducts (receipts, gas used)
OpBuilder
The type that builds the payload.
OpPayloadBuilder
Optimism’s payload builder
OpPayloadBuilderCtx
Container type that holds all necessities to build a new payload.

Traits§

OpPayloadTransactions
A type that returns a the [PayloadTransactions] that should be included in the pool.