pub trait UnlockCoin {
    fn unlock_coin(&mut self, output: &OutPoint) -> bool;
}

Required Methods§

Implementors§