revm_optimism::transaction::deposit

Trait DepositTransaction

Source
pub trait DepositTransaction: CommonTxFields {
    // Required methods
    fn source_hash(&self) -> B256;
    fn to(&self) -> TxKind;
    fn mint(&self) -> Option<u128>;
    fn is_system_transaction(&self) -> bool;
}

Required Methods§

Source

fn source_hash(&self) -> B256

Source

fn to(&self) -> TxKind

Source

fn mint(&self) -> Option<u128>

Source

fn is_system_transaction(&self) -> bool

Implementors§