See the [repo root] for build status, license, rust version, etc.
A rust implementation of the core types returned by a Tendermint node's RPC endpoint. These can be used to deserialize JSONRPC responses. All networking related features will be feature guarded to keep the dependencies small in cases where only the core types are needed.
See documentation on crates.io.
client
FeatureAdditionally, this crate includes an RPC client implementation to query Tendermint RPC endpoints.
To keep dependencies small when only the core types are needed, it has to be explicitly enabled via the client
feature.
RPC [core types] in golang
RPC endpoints REST interface documentation: https://docs.tendermint.com/master/rpc/