pub trait TxinIsMine {
    fn txin_is_mine(&mut self, txin: &TxIn) -> IsMineType;
}

Required Methods§

| Return whether transaction input belongs | to wallet. |

Implementors§