Report whether the wallet's keys are currently locked (encrypted and unavailable).
Synopsis
Declared in <wallet/wallet.h>
virtual
bool
IsLocked() const override;
Return Value
true if the wallet is locked.
Created with MrDocs