ArbTransactionExt

Trait ArbTransactionExt 

Source
pub trait ArbTransactionExt {
    // Provided methods
    fn submit_retryable_info(&self) -> Option<SubmitRetryableInfo> { ... }
    fn retry_tx_info(&self) -> Option<RetryTxInfo> { ... }
}
Expand description

Trait for extracting Arbitrum-specific transaction data beyond the standard Transaction trait.

Provided Methods§

Implementations on Foreign Types§

Source§

impl<T> ArbTransactionExt for EthereumTxEnvelope<T>

Standard Ethereum transaction envelopes don’t carry retryable data.

Implementors§