Crate reth_basic_payload_builder

source ·
Expand description

A basic payload generator for reth.

Structs§

Enums§

  • The possible outcomes of a payload building attempt.
  • Tells the payload builder how to react to payload request if there’s no payload available yet.

Traits§

  • A trait for building payloads that encapsulate Ethereum transactions.

Functions§

  • Executes the withdrawals and commits them to the runtime Database and BundleState.
  • Checks if the new payload is better than the current best.