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

Required Methods§

source

fn unlock_coin(&mut self, output: &OutPoint) -> bool

Implementors§