Type Definition fennel_protocol_runtime::AllPalletsWithoutSystemReversed
source · [−]pub type AllPalletsWithoutSystemReversed = (IdentityModule, (SignalModule, (KeystoreModule, (TrustModule, (Sudo, (TransactionPayment, (Balances, (Grandpa, (Aura, (Timestamp, (RandomnessCollectiveFlip,)))))))))));
Expand description
All pallets included in the runtime as a nested tuple of types in reversed order. Excludes the System pallet.