Registry / networking / ibc-core-connection-types

ibc-core-connection-types

JSON →
library0.57.0rscratesunverified

Encapsulates essential ICS-03 Connection Semantics data structures and domain types for the IBC protocol.

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

ConnectionEnd
use ibc_core_connection_types::ConnectionEnd;

Create a default IBC connection end.

use ibc_core_connection_types::ConnectionEnd; fn main() { let conn = ConnectionEnd::default(); println!("Connection: {:?}", conn); }
Debug
Known issues
gotchaPart of the ibc-rs ecosystem; requires other IBC crates for full functionality.
fix
Add ibc-core-connection-handler and ibc-core-connection-context to your dependencies.
affects: >=0.50.0
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-connection-types — cargo add ibc-core-connection-types · libregistry