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

Required Methods§

Implementors§