pub trait GetDebitWithTxinAndFilter {
    // Required method
    fn get_debit_with_txin_and_filter(
        &self,
        txin: &TxIn,
        filter: &IsMineFilter
    ) -> Amount;
}

Required Methods§

Implementors§