Crate parachain_runtime_mock
source ·Structs
The runtime origin type representing the origin of a call.
Provides an implementation of
PalletInfo
to provide information
about the pallet setup in the runtime.Enums
Constants
Traits
Type Definitions
Some way of identifying an account on the chain. We intentionally make it equivalent
to the public key of our transaction signing scheme.
AllPalletsDeprecated
All pallets included in the runtime as a nested tuple of types.
AllPalletsReversedWithSystemFirstDeprecated
All pallets included in the runtime as a nested tuple of types in reversed order.
With the system pallet first.
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithSystemReversedDeprecated
All pallets included in the runtime as a nested tuple of types in reversed order.
All pallets included in the runtime as a nested tuple of types.
Excludes the System pallet.
AllPalletsWithoutSystemReversedDeprecated
All pallets included in the runtime as a nested tuple of types in reversed order.
Excludes the System pallet.
Block 🔒
The means for routing XCM messages which are not for local execution into
the right message queues.