Expand description
Optimism payload builder implementation.
Structs§
- Executed
Payload - Holds the state after execution
- Execution
Info - This acts as the container for executed transactions and its byproducts (receipts, gas used)
- OpBuilder
- The type that builds the payload.
- OpPayload
Builder - Optimism’s payload builder
- OpPayload
Builder Ctx - Container type that holds all necessities to build a new payload.
Traits§
- OpPayload
Transactions - A type that returns a the [
PayloadTransactions
] that should be included in the pool.