pub trait Lock {
    fn lock(&mut self) -> bool;
}

Required Methods§

| Lock wallet. |

Implementors§