Module transaction
Available on crate feature
evm
only.Expand description
Contains the [OpTransaction]
type and its implementation.
Modules§
- abstraction
- Optimism transaction abstraction containing the
[OpTxTr]
trait and corresponding[OpTransaction]
type. - deposit
- Contains Deposit transaction parts.
- error
- Contains the
[OpTransactionError]
type.
Structs§
- OpTransaction
- Optimism transaction.
Enums§
- OpTransaction
Error - Optimism transaction validation error.
Traits§
- OpTxTr
- Optimism Transaction trait.
Functions§
- estimate_
tx_ compressed_ size - Estimates the compressed size of a transaction.