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