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

GetBlockchainInfo() public method

public GetBlockchainInfo ( ) : GetBlockchainInfoResponse
return GetBlockchainInfoResponse
        public GetBlockchainInfoResponse GetBlockchainInfo()
        {
            return _rpcConnector.MakeRequest<GetBlockchainInfoResponse>(RpcMethods.getblockchaininfo);
        }