Type Alias penpal_runtime::AllPalletsWithoutSystem
source · pub type AllPalletsWithoutSystem = (ParachainSystem, Timestamp, ParachainInfo, Balances, TransactionPayment, AssetTxPayment, Authorship, CollatorSelection, Session, Aura, AuraExt, XcmpQueue, PolkadotXcm, CumulusXcm, MessageQueue, Assets, ForeignAssets, PoolAssets, AssetConversion, Sudo);
Expand description
All pallets included in the runtime as a nested tuple of types. Excludes the System pallet.