Registry / crypto / ibc-core-host-types

ibc-core-host-types

JSON →
library0.57.0rscratesunverified

Encapsulates essential ICS-24 Host Requirements data structures and domain types for the Inter-Blockchain Communication (IBC) protocol.

# Cargo.toml [dependencies] ibc-core-host-types = "0.57.0"
INSTALL
IMPORT
SIG · IBC-CORE-HOST-TYPE
I
ibc-core-host-types
cryptorustv0.57.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_core_host_types::identifiers::ClientId;

Creates an IBC client identifier.

use ibc_core_host_types::identifiers::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.57.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Meta
2
Resources
ibc-core-host-types — cargo add ibc-core-host-types · libregistry