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

GetBestBlockHash() public method

public GetBestBlockHash ( ) : string
return string
        public string GetBestBlockHash()
        {
            return _rpcConnector.MakeRequest<string>(RpcMethods.getbestblockhash);
        }