Trait bitcoinwallet_interface::TxinIsMine
source · pub trait TxinIsMine {
// Required method
fn txin_is_mine(&mut self, txin: &TxIn) -> IsMineType;
}Required Methods§
sourcefn txin_is_mine(&mut self, txin: &TxIn) -> IsMineType
fn txin_is_mine(&mut self, txin: &TxIn) -> IsMineType
| Return whether transaction input belongs | to wallet. |