Type Definition parachain_runtime_mock::AllPalletsReversedWithSystemFirst
source · pub type AllPalletsReversedWithSystemFirst = (System, UnknownTokens, XTokens, MultiTransactionPayment, TransactionPayment, AssetRegistry, PolkadotXcm, CumulusXcm, DmpQueue, XcmpQueue, ParachainInfo, ParachainSystem, Currencies, Balances, Tokens);
👎Deprecated: Using reverse pallet orders is deprecated. use only
AllPalletWithSystem or AllPalletsWithoutSystem
Expand description
All pallets included in the runtime as a nested tuple of types in reversed order. With the system pallet first.