Registry / other / polkadot-parachain

polkadot-parachain

JSON →
library1.0.0rscratesunverified

Types and utilities for creating and working with parachains in the Polkadot ecosystem.

# Cargo.toml [dependencies] polkadot-parachain = "1.0.0"
INSTALL
IMPORT
SIG · POLKADOT-PARACHAIN
P
polkadot-parachain
otherrustv1.0.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.

Id
use polkadot_parachain::primitives::Id;

Creates a parachain ID from a u32.

use polkadot_parachain::primitives::Id; fn main() { let para_id = Id::from(100); println!("Parachain ID: {:?}", para_id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
polkadot-parachain — cargo add polkadot-parachain · libregistry