1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
pub mod cmds;

pub const PALLETS: [&str; 42] = [
    "assets",
    "aura",
    "authority-discovery",
    "authorship",
    "babe",
    "balances",
    "benchmark",
    "benchmarking",
    "collective",
    "contracts",
    "democracy",
    "elections-phragmen",
    "elections",
    "example-offchain-worker",
    "example",
    "evm",
    "executive",
    "finality-tracker",
    "generic-asset",
    "grandpa",
    "identity",
    "im-online",
    "indices",
    "membership",
    "metadata",
    "nicks",
    "offences",
    "randomness-collective-flip",
    "recovery",
    "scheduler",
    "scored-pool",
    "session",
    "society",
    "staking",
    "sudo",
    "support",
    "system",
    "timestamp",
    "transaction-payment",
    "treasury",
    "utility",
    "vesting",
];