pub trait GetDebit {
    fn get_debit(&mut self, txin: &TxIn, filter: IsMineFilter) -> Amount;
}

Required Methods§

| Return debit amount if transaction | input belongs to wallet. |

Implementors§