Module transaction

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§

OpTransactionError
Optimism transaction validation error.

Traits§

OpTxTr
Optimism Transaction trait.

Functions§

estimate_tx_compressed_size
Estimates the compressed size of a transaction.