pub trait LockCoin {
    fn lock_coin(&mut self, output: &OutPoint, write_to_db: bool) -> bool { ... }
    fn lock_coin_with_batch(
        &mut self,
        output: &OutPoint,
        batch: Option<*mut WalletBatch>
    ) -> bool { ... } }

Provided Methods§

Implementors§