Registry / crypto / ibc-primitives

ibc-primitives

JSON →
library0.57.0rscratesunverified

Furnishes essential types and traits universally utilized in the implementation of diverse IBC modules, encompassing core functionalities, clients, and applications.

# Cargo.toml [dependencies] ibc-primitives = "0.57.0"
INSTALL
IMPORT
SIG · IBC-PRIMITIVES
I
ibc-primitives
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.

prelude
use ibc_primitives::prelude::*;

Uses IBC primitives like Height from the ibc-primitives crate.

use ibc_primitives::prelude::*; fn main() { let height = Height::new(1, 10).unwrap(); println!("Height: {}", height); }
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-primitives — cargo add ibc-primitives · libregistry