pub trait UnlockAllCoins {
    // Required method
    fn unlock_all_coins(&mut self) -> bool;
}

Required Methods§

source

fn unlock_all_coins(&mut self) -> bool

Implementors§