pub trait IsLocked { // Required method fn is_locked(&self) -> bool; }
| Return whether wallet is locked. |