pub trait IsLocked {
    // Required method
    fn is_locked(&self) -> bool;
}

Required Methods§

source

fn is_locked(&self) -> bool

| Return whether wallet is locked. |

Implementors§