Crate revm_transaction

Source
Expand description

Optimism-specific constants, types, and helpers.

Re-exports§

Modules§

Traits§

  • Access list type is introduced in EIP-2930, and every transaction after it contains access list.
  • Trait that contains all common field that are shared by all transactions. This trait is base for Legacy, EIp2930 and Eip1559 transactions.