pub trait AddToSpendsWithOutpoint {
// Required method
fn add_to_spends_with_outpoint(
&mut self,
outpoint: &OutPoint,
wtxid: &u256,
batch: Option<*mut WalletBatch>
);
}
pub trait AddToSpendsWithOutpoint {
// Required method
fn add_to_spends_with_outpoint(
&mut self,
outpoint: &OutPoint,
wtxid: &u256,
batch: Option<*mut WalletBatch>
);
}