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

GetGenerate() public method

public GetGenerate ( ) : bool
return bool
        public bool GetGenerate()
        {
            return _rpcConnector.MakeRequest<bool>(RpcMethods.getgenerate);
        }