Registry / networking / polkadot-runtime-parachains

polkadot-runtime-parachains

JSON →
library27.0.0rscratesunverified

Relay Chain runtime code responsible for Parachains in the Polkadot network.

# Cargo.toml [dependencies] polkadot-runtime-parachains = "27.0.0"
INSTALL
IMPORT
SIG · POLKADOT-RUNTIME-P
P
polkadot-runtime-parachains
networkingrustv27.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.

HostConfiguration
use polkadot_runtime_parachains::configuration::HostConfiguration;

Access the default host configuration for parachains.

use polkadot_runtime_parachains::configuration::HostConfiguration; fn main() { let config = HostConfiguration::default(); println!("Configuration: {:?}", config); }
Debug
Known issues
gotchaThis crate is tightly coupled with the Polkadot runtime and may require specific feature flags.
fix
Enable the 'std' feature for standard library support.
affects: *
Upgrade
Version history
27.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
polkadot-runtime-parachains — cargo add polkadot-runtime-parachains · libregistry