Registry / crypto / ibc-core-commitment-types

ibc-core-commitment-types

JSON →
library0.57.0rscratesunverified

ICS-23 Vector Commitments data structures and domain types for the IBC protocol.

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

CommitmentRoot
use ibc_core_commitment_types::commitment::CommitmentRoot;

Create a commitment root from bytes.

use ibc_core_commitment_types::commitment::CommitmentRoot; fn main() { let root = CommitmentRoot::from_bytes(b"example"); println!("{:?}", root); }
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
11 hits · last 30 days
node
10
Resources
ibc-core-commitment-types — cargo add ibc-core-commitment-types · libregistry