directory
0.0.0-20200624065002-44c09abdf7b1
Repository: https://github.com/bcbchain/tendermint.git
Documentation: pkg.go.dev
# Packages
package client provides a general purpose interface (Client) for connecting
to a tendermint node, as well as higher-level functionality.
# Introduction
Tendermint supports the following RPC protocols:
* URI over HTTP
* JSONRPC over HTTP
* JSONRPC over websockets
Tendermint RPC is built using [our own RPC library](https://github.com/bcbchain/tendermint/tree/master/rpc/lib).
Package core_grpc is a generated protocol buffer package.
No description provided by the author