Registry / networking / ibc-types-core-client

ibc-types-core-client

JSON →
library0.16.0rscratesunverified

Data types for the Inter-Blockchain Communication (IBC) protocol, defining common structures for client implementations.

# Cargo.toml [dependencies] ibc-types-core-client = "0.16.0"
INSTALL
IMPORT
SIG · IBC-TYPES-CORE-CLI
I
ibc-types-core-client
networkingrustv0.16.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.

ClientId
use ibc_types_core_client::ClientId;

Create an IBC client identifier.

use ibc_types_core_client::ClientId; fn main() { let client_id = ClientId::new("07-tendermint-0").unwrap(); println!("Client ID: {}", client_id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ibc-types-core-client — cargo add ibc-types-core-client · libregistry