Type Definition kintsugi_runtime_parachain::AllPalletsWithoutSystemReversed
source · pub type AllPalletsWithoutSystemReversed = (EVMChainId, EVM, Ethereum, BaseFee, Contracts, DexSwapRouter, DexStable, DexGeneral, Loans, UnknownTokens, XTokens, DmpQueue, CumulusXcm, PolkadotXcm, XcmpQueue, ParachainInfo, ParachainSystem, AuraExt, Aura, Session, CollatorSelection, Authorship, TechnicalMembership, TechnicalCommittee, Democracy, ClientsInfo, Nomination, Fee, Replace, Redeem, Issue, Oracle, VaultRegistry, Security, BTCRelay, FarmingRewards, Farming, VaultCapacity, VaultStaking, VaultRewards, VaultAnnuity, EscrowRewards, EscrowAnnuity, Escrow, MultiTransactionPayment, AssetRegistry, Vesting, Supply, Tokens, Currency, TxPause, Sudo, Proxy, Identity, Multisig, Preimage, Scheduler, TransactionPayment, Utility, Timestamp);
👎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. Excludes the System pallet.