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