Type Definition dock_runtime::AllPalletsReversedWithSystemFirst
source · pub type AllPalletsReversedWithSystemFirst = (System, CheqdMigration, Agreement, TrustRegistry, StatusListCredential, BaseFee, Accumulator, Identity, Tips, Elections, StakingRewards, Bounties, Treasury, Offences, ElectionProviderMultiPhase, Staking, Babe, ImOnline, Historical, AuthorityDiscovery, PriceFeedModule, EVM, Ethereum, Scheduler, TechnicalCommitteeMembership, TechnicalCommittee, Council, Democracy, Attest, Anchor, MigrationModule, Sudo, Master, BlobStore, Revoke, DIDModule, OffchainSignatures, Utility, TransactionPayment, Authorship, GrandpaFinality, PoAModule, Session, Balances, Timestamp);
👎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.