Registry / other / cumulus-primitives-parachain-inherent

cumulus-primitives-parachain-inherent

JSON →
library0.24.0rscratesunverified

Inherent that needs to be present in every parachain block, containing messages and a relay chain storage-proof.

# Cargo.toml [dependencies] cumulus-primitives-parachain-inherent = "0.24.0"
INSTALL
IMPORT
SIG · CUMULUS-PRIMITIVES
C
cumulus-primitives-parachain-inherent
otherrustv0.24.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.

ParachainInherentData
use cumulus_primitives_parachain_inherent::ParachainInherentData;

Create default parachain inherent data.

use cumulus_primitives_parachain_inherent::ParachainInherentData; fn main() { let data = ParachainInherentData::default(); println!("Parachain inherent data created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
cumulus-primitives-parachain-inherent — cargo add cumulus-primitives-parachain-inherent · libregistry