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

KeyPoolRefill() public method

public KeyPoolRefill ( uint newSize ) : string
newSize uint
return string
        public string KeyPoolRefill(uint newSize)
        {
            return _rpcConnector.MakeRequest<string>(RpcMethods.keypoolrefill, newSize);
        }