Trait bitcoinwallet_interface::TxoutIsMine
source · pub trait TxoutIsMine {
// Required method
fn txout_is_mine(&mut self, txout: &TxOut) -> IsMineType;
}Required Methods§
sourcefn txout_is_mine(&mut self, txout: &TxOut) -> IsMineType
fn txout_is_mine(&mut self, txout: &TxOut) -> IsMineType
| Return whether transaction output | belongs to wallet. |