pub trait IsFromMe {
    // Required method
    fn is_from_me(&self, tx: &Transaction) -> bool;
}

Required Methods§

source

fn is_from_me(&self, tx: &Transaction) -> bool

Implementors§