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

Required Methods§

source

fn add_to_spends_with_outpoint( &mut self, outpoint: &OutPoint, wtxid: &u256, batch: Option<*mut WalletBatch> )

Implementors§