Type Definition kusama_runtime::AllPalletsReversedWithSystemFirst
source · pub type AllPalletsReversedWithSystemFirst = (System, XcmPallet, Crowdloan, Auctions, Slots, Registrar, ParasDisputes, ParaSessionInfo, Hrmp, Ump, Dmp, Initializer, Paras, ParaScheduler, ParaInherent, ParaInclusion, ParasShared, Configuration, ParachainsOrigin, NominationPools, VoterList, Gilt, ElectionProviderMultiPhase, Tips, ChildBounties, Bounties, Preimage, Multisig, Proxy, Scheduler, Vesting, Recovery, Society, Identity, Utility, Claims, Treasury, TechnicalMembership, PhragmenElection, TechnicalCommittee, Council, Democracy, 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.