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

Required Methods§

| Return whether wallet is locked. |

Implementors§