Registry / other / tendermint-proto

tendermint-proto

JSON →
library0.40.4rscratesunverified

Rust implementation of Tendermint protocol buffer structs.

# Cargo.toml [dependencies] tendermint-proto = "0.40.4"
INSTALL
IMPORT
SIG · TENDERMINT-PROTO
T
tendermint-proto
otherrustv0.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.

Request
use tendermint_proto::abci::Request;

Create a default ABCI request.

use tendermint_proto::abci::Request; fn main() { let request = Request::default(); println!("{:?}", request); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.40.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
tendermint-proto — cargo add tendermint-proto · libregistry