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

WalletLock() public method

public WalletLock ( ) : string
return string
        public string WalletLock()
        {
            return _rpcConnector.MakeRequest<string>(RpcMethods.walletlock);
        }