op_alloy_consensus

Trait OpTxReceipt

source
pub trait OpTxReceipt: TxReceipt {
    // Required methods
    fn deposit_nonce(&self) -> Option<u64>;
    fn deposit_receipt_version(&self) -> Option<u64>;
}
Expand description

Receipt is the result of a transaction execution.

Required Methods§

source

fn deposit_nonce(&self) -> Option<u64>

Returns the deposit nonce of the transaction.

source

fn deposit_receipt_version(&self) -> Option<u64>

Returns the deposit receipt version of the transaction.

Implementors§