Type Definition westend_runtime::AllPalletsReversedWithSystemFirst
source · pub type AllPalletsReversedWithSystemFirst = (System, XcmPallet, AssignedSlots, Crowdloan, Auctions, ParasSudoWrapper, Slots, Registrar, ParasDisputes, ParaSessionInfo, Hrmp, Ump, Dmp, Initializer, Paras, ParaScheduler, ParaInherent, ParaInclusion, ParasShared, Configuration, ParachainsOrigin, NominationPools, VoterList, ElectionProviderMultiPhase, Multisig, Proxy, Sudo, Preimage, Scheduler, Vesting, Recovery, Identity, Utility, AuthorityDiscovery, ImOnline, Grandpa, Session, Historical, Offences, Staking, Authorship, TransactionPayment, Balances, Indices, Timestamp, Babe);
👎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.