Module xcm_docs::cookbook::relay_token_transactor::relay_chain
source · Expand description
The relay chain runtime for this example. Relay chain runtime mock.
Structs§
- Message processor to handle any messages that were enqueued into the
MessageQueue
pallet. - Amount of weight that can be spent per block to service messages.
- Provides an implementation of
PalletInfo
to provide information about the pallet setup in the runtime. - The runtime origin type representing the origin of a call.
Enums§
- The aggregated runtime call type.
- A reason for placing a freeze on funds.
- A reason for placing a hold on funds.
- An identifier for each lock placed on funds.
- A reason for slashing funds.
- An aggregation of all
Task
enums across all pallets included in the current runtime.
Type Aliases§
- All pallets included in the runtime as a nested tuple of types.
- All pallets included in the runtime as a nested tuple of types. Excludes the System pallet.
- Converter from XCM Locations to accounts. This generates sovereign accounts for Locations and converts local AccountId32 junctions to local accounts.