pub trait IsMineWithTxDest {
    // Required method
    fn is_mine_with_tx_dest(&self, dest: &TxDestination) -> IsMineType;
}

Required Methods§

Implementors§