Trait DepositTransaction

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

Required Methods§

Source

fn source_hash(&self) -> B256

Source

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

Source

fn is_system_transaction(&self) -> bool

Implementors§