Module transaction

Source
Expand description

Contains the [OpTransaction] type and its implementation.

Re-exports§

pub use abstraction::OpTransaction;
pub use abstraction::OpTxTr;
pub use error::OpTransactionError;

Modules§

abstraction
Optimism transaction abstraction containing the [OpTxTr] trait and corresponding [OpTransaction] type.
deposit
Contains Deposit transaction parts.
error
Contains the [OpTransactionError] type.

Functions§

estimate_tx_compressed_size
Estimates the compressed size of a transaction.