Registry / networking / ibc-core-host

ibc-core-host

JSON →
library0.57.0rscratesunverified

Essential top-level traits for host chain integration in IBC.

# Cargo.toml [dependencies] ibc-core-host = "0.57.0"
INSTALL
IMPORT
SIG · IBC-CORE-HOST
I
ibc-core-host
networkingrustv0.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.

HostBlock
use ibc_core_host::HostBlock;

Create a default host block for IBC.

use ibc_core_host::HostBlock; fn main() { let block = HostBlock::default(); println!("Host block created"); }
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
8 hits · last 30 days
node
8
Resources
ibc-core-host — cargo add ibc-core-host · libregistry