Module builder
Available on crate feature
optimism
only.Expand description
Optimism payload builder implementation.
Structs§
- Holds the state after execution
- This acts as the container for executed transactions and its byproducts (receipts, gas used)
- The type that builds the payload.
- Optimism’s payload builder
- Container type that holds all necessities to build a new payload.
Traits§
- A type that returns a the
PayloadTransactions
that should be included in the pool.