Module signed_tx
Source - ArbTransactionSigned
- Signed Arbitrum transaction with lazy hash caching.
- RetryTxInfo
- Data extracted from a RetryTx transaction for processing.
- SubmitRetryableInfo
- Data extracted from a SubmitRetryable transaction for processing.
- ArbTxTypeLocal
- Discriminant for transaction type classification.
- ArbTypedTransaction
- Wraps all supported transaction types (standard Ethereum + Arbitrum-specific).
- ArbTransactionExt
- Trait for extracting Arbitrum-specific transaction data beyond the
standard
Transaction trait.