Expand description
Optimism transaction types
Enums§
- OpTx
Type - Optimism
TransactionType
flags as specified in EIPs 2718, 1559, and 2930, as well as the deposit transaction spec - OpTyped
Transaction - 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§
- OpTransaction
Signed - Signed transaction.