pub trait TxoutIsMine {
    fn txout_is_mine(&mut self, txout: &TxOut) -> IsMineType;
}

Required Methods§

| Return whether transaction output | belongs to wallet. |

Implementors§