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

Required Methods§

source

fn txin_is_mine(&mut self, txin: &TxIn) -> IsMineType

| Return whether transaction input belongs | to wallet. |

Implementors§