Type Definition rococo_runtime::AllPalletsWithoutSystemReversed
source · pub type AllPalletsWithoutSystemReversed = (XcmPallet, Multisig, Proxy, Utility, Membership, Collective, ValidatorManager, MmrLeaf, Beefy, Mmr, Sudo, AssignedSlots, ParasSudoWrapper, Slots, Crowdloan, Auctions, Registrar, ParasDisputes, ParaSessionInfo, Hrmp, Ump, Dmp, Initializer, Paras, ParaScheduler, ParaInherent, ParaInclusion, ParasShared, Configuration, ParachainsOrigin, AuthorityDiscovery, ImOnline, Grandpa, Session, Historical, Offences, 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. Excludes the System pallet.