Registry / other / ibc-proto

ibc-proto

JSON →
library0.52.0rscratesunverified

Provides Cosmos SDK & IBC Protocol Buffers definitions.

# Cargo.toml [dependencies] ibc-proto = "0.52.0"
INSTALL
IMPORT
SIG · IBC-PROTO
I
ibc-proto
otherrustv0.52.0
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.

IdentifiedClientState
use ibc_proto::ibc::core::client::v1::IdentifiedClientState;

Use IBC protobuf types for client state.

use ibc_proto::ibc::core::client::v1::IdentifiedClientState; fn main() { let state = IdentifiedClientState::default(); println!("{:?}", state); }
Debug
Known issues
gotchaLarge dependency tree due to protobuf generation.
fix
Enable only needed features or use prost directly.
affects: >=0.52.0
Upgrade
Version history
0.52.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
2
Resources
ibc-proto — cargo add ibc-proto · libregistry