pub trait UnlockCoinWithBatch {
    // Required method
    fn unlock_coin_with_batch(
        &mut self,
        output: &OutPoint,
        batch: Option<*mut WalletBatch>
    ) -> bool;
}

Required Methods§

source

fn unlock_coin_with_batch( &mut self, output: &OutPoint, batch: Option<*mut WalletBatch> ) -> bool

Implementors§