BitcoinLib.Services.CoinService.IsWalletEncrypted C# (CSharp) Method

IsWalletEncrypted() public method

public IsWalletEncrypted ( ) : bool
return bool
        public bool IsWalletEncrypted()
        {
            return !Help(RpcMethods.walletlock.ToString()).Contains("unknown command");
        }