Module transaction

Source
Expand description

Optimism transaction types

Enums§

OpTxType
Optimism TransactionType flags as specified in EIPs 2718, 1559, and 2930, as well as the deposit transaction spec
OpTypedTransaction
The TypedTransaction enum represents all Ethereum transaction request types, modified for the OP Stack.

Traits§

OpTransaction
A trait that represents an optimism transaction, mainly used to indicate whether or not the transaction is a deposit transaction.

Type Aliases§

OpTransactionSigned
Signed transaction.