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

GetBlockCount() public method

public GetBlockCount ( ) : uint
return uint
        public uint GetBlockCount()
        {
            return _rpcConnector.MakeRequest<uint>(RpcMethods.getblockcount);
        }