pub type AllPalletsReversedWithSystemFirst = (System, Sudo, Maintenance, SepoliaBridge, EthereumBridge, KusamaBridge, PolkadotBridge, RococoBridge, Portal, AccountMapping, Evm, Contracts, ThreeVm, Vacuum, Clock, Circuit, ContractsRegistry, Rewards, Attesters, XDNS, WithdrawTeleport, AssetRegistry, DmpQueue, CumulusXcm, PolkadotXcm, XcmpQueue, AuraExt, Aura, Session, CollatorSelection, Authorship, SlashTreasury, ParachainTreasury, FeeTreasury, EscrowTreasury, Treasury, AssetTxPayment, AccountManager, Assets, TransactionPayment, Balances, RandomnessCollectiveFlip, Identity, Utility, Scheduler, Preimage, ParachainInfo, Timestamp, ParachainSystem);
👎Deprecated: Using reverse pallet orders is deprecated. use only AllPalletsWithSystem or AllPalletsWithoutSystem
Expand description

All pallets included in the runtime as a nested tuple of types in reversed order. With the system pallet first.