Docs.rs
  • bridge-hub-rococo-runtime-0.2.0-dev.1
    • bridge-hub-rococo-runtime 0.2.0-dev.1
    • Docs.rs crate page
    • GPL-3.0-or-later WITH Classpath-exception-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • bp-bridge-hub-rococo =0.3.0-dev.1 normal
      • bp-bridge-hub-wococo =0.3.0-dev.1 normal
      • bp-header-chain =0.3.0-dev.1 normal
      • bp-messages =0.3.0-dev.1 normal
      • bp-parachains =0.3.0-dev.1 normal
      • bp-polkadot-core =0.3.0-dev.1 normal
      • bp-relayers =0.3.0-dev.1 normal
      • bp-rococo =0.2.0-dev.1 normal
      • bp-runtime =0.3.0-dev.1 normal
      • bp-wococo =0.2.0-dev.1 normal
      • bridge-runtime-common =0.3.0-dev.1 normal
      • parity-scale-codec ^3.0.0 normal
      • cumulus-pallet-aura-ext =0.3.0-dev.1 normal
      • cumulus-pallet-dmp-queue =0.3.0-dev.1 normal
      • cumulus-pallet-parachain-system =0.3.0-dev.1 normal
      • cumulus-pallet-session-benchmarking =5.0.0-dev.1 normal
      • cumulus-pallet-xcm =0.3.0-dev.1 normal
      • cumulus-pallet-xcmp-queue =0.3.0-dev.1 normal
      • cumulus-primitives-core =0.3.0-dev.1 normal
      • cumulus-primitives-utility =0.3.0-dev.1 normal
      • frame-benchmarking =24.0.0-dev.1 normal
      • frame-executive =24.0.0-dev.1 normal
      • frame-support =24.0.0-dev.1 normal
      • frame-system =24.0.0-dev.1 normal
      • frame-system-benchmarking =24.0.0-dev.1 normal
      • frame-system-rpc-runtime-api =22.0.0-dev.1 normal
      • frame-try-runtime =0.30.0-dev.1 normal
      • hex-literal ^0.4.1 normal
      • log ^0.4.20 normal
      • pallet-aura =23.0.0-dev.1 normal
      • pallet-authorship =24.0.0-dev.1 normal
      • pallet-balances =24.0.0-dev.1 normal
      • pallet-bridge-grandpa =0.3.0-dev.1 normal
      • pallet-bridge-messages =0.3.0-dev.1 normal
      • pallet-bridge-parachains =0.3.0-dev.1 normal
      • pallet-bridge-relayers =0.3.0-dev.1 normal
      • pallet-collator-selection =5.0.0-dev.1 normal
      • pallet-multisig =24.0.0-dev.1 normal
      • pallet-session =24.0.0-dev.1 normal
      • pallet-timestamp =23.0.0-dev.1 normal
      • pallet-transaction-payment =24.0.0-dev.1 normal
      • pallet-transaction-payment-rpc-runtime-api =24.0.0-dev.1 normal
      • pallet-utility =24.0.0-dev.1 normal
      • pallet-xcm =3.0.0-dev.1 normal
      • pallet-xcm-benchmarks =3.0.0-dev.1 normal
      • staging-parachain-info =0.3.0-dev.1 normal
      • parachains-common =3.0.0-dev.1 normal
      • polkadot-core-primitives =3.0.0-dev.1 normal
      • polkadot-parachain-primitives =2.0.0-dev.1 normal
      • polkadot-runtime-common =3.0.0-dev.1 normal
      • rococo-runtime-constants =3.0.0-dev.1 normal
      • scale-info ^2.9.0 normal
      • serde ^1.0.188 normal
      • smallvec ^1.11.0 normal
      • sp-api =22.0.0-dev.1 normal
      • sp-block-builder =22.0.0-dev.1 normal
      • sp-consensus-aura =0.28.0-dev.1 normal
      • sp-core =24.0.0-dev.1 normal
      • sp-genesis-builder =0.3.0-dev.1 normal
      • sp-inherents =22.0.0-dev.1 normal
      • sp-io =26.0.0-dev.1 normal
      • sp-offchain =22.0.0-dev.1 normal
      • sp-runtime =27.0.0-dev.1 normal
      • sp-session =23.0.0-dev.1 normal
      • sp-std =11.0.0-dev.1 normal
      • sp-storage =16.0.0-dev.1 normal
      • sp-transaction-pool =22.0.0-dev.1 normal
      • sp-version =25.0.0-dev.1 normal
      • staging-xcm =3.0.0-dev.1 normal
      • staging-xcm-builder =3.0.0-dev.1 normal
      • staging-xcm-executor =3.0.0-dev.1 normal
      • static_assertions ^1.1 dev
      • substrate-wasm-builder =13.0.0-dev.1 build
    • Versions
    • 37.91% of the crate is documented
  • Go to latest stable release
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

bridge_hub_rococo_runtime0.2.0-dev.1

AllPalletsWithSystem

In crate bridge_hub_rococo_runtime

?
Change settings

Type Alias bridge_hub_rococo_runtime::AllPalletsWithSystem

source ·
pub type AllPalletsWithSystem = (System, ParachainSystem, Timestamp, ParachainInfo, Balances, TransactionPayment, Authorship, CollatorSelection, Session, Aura, AuraExt, XcmpQueue, PolkadotXcm, CumulusXcm, DmpQueue, Utility, Multisig, BridgeWococoGrandpa, BridgeWococoParachain, BridgeWococoMessages, BridgeRococoGrandpa, BridgeRococoParachain, BridgeRococoMessages, BridgeRelayers);
Expand description

All pallets included in the runtime as a nested tuple of types.