Registry / networking / tendermint-rpc

tendermint-rpc

JSON →
library0.40.4rscratesunverified

Core types returned by a Tendermint node's RPC endpoint, with networking features feature-gated.

# Cargo.toml [dependencies] tendermint-rpc = "0.40.4"
INSTALL
IMPORT
SIG · TENDERMINT-RPC
T
tendermint-rpc
networkingrustv0.40.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use tendermint_rpc::Client;

Creates a new Tendermint RPC client.

use tendermint_rpc::Client; fn main() { let client = Client::new("http://localhost:26657".parse().unwrap()); println!("Client created"); }
Debug
Known issues
gotchaNetworking features require enabling the 'http-client' or 'websocket-client' feature flags.
fix
Add `features = ["http-client"]` to your Cargo.toml dependency.
affects: >=0.40.0
Upgrade
Version history
0.40.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
tendermint-rpc — cargo add tendermint-rpc · libregistry