Type Alias penpal_runtime::AllPalletsWithSystemReversed
source · pub type AllPalletsWithSystemReversed = (Sudo, Assets, DmpQueue, CumulusXcm, PolkadotXcm, XcmpQueue, AuraExt, Aura, Session, CollatorSelection, Authorship, AssetTxPayment, TransactionPayment, Balances, ParachainInfo, Timestamp, ParachainSystem, System);👎Deprecated: Using reverse pallet orders is deprecated. use only
AllPalletsWithSystem or AllPalletsWithoutSystemExpand description
All pallets included in the runtime as a nested tuple of types in reversed order.