pub trait IsMineWithTxout {
    // Required method
    fn is_mine_with_txout(&self, txout: &TxOut) -> IsMineType;
}

Required Methods§

Implementors§