Expand description
Optimism-specific constants, types, and helpers.
Re-exports§
pub use eip1559::Eip1559CommonTxFields;
pub use eip1559::Eip1559Tx;
pub use eip2930::Eip2930Tx;
pub use eip4844::Eip4844Tx;
pub use eip7702::Eip7702Tx;
pub use legacy::LegacyTx;
pub use transaction::Transaction;
pub use transaction::TransactionError;
pub use transaction_type::TransactionType;
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.