pub trait GetDebitWithTxAndFilter {
// Required method
fn get_debit_with_tx_and_filter(
&self,
tx: &Transaction,
filter: &IsMineFilter
) -> Amount;
}
pub trait GetDebitWithTxAndFilter {
// Required method
fn get_debit_with_tx_and_filter(
&self,
tx: &Transaction,
filter: &IsMineFilter
) -> Amount;
}