-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmetadata.json
87 lines (87 loc) · 2.03 KB
/
metadata.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"common": {
"extrinsic_time_ns": "nanoseconds",
"storage_root_time_ns": "nanoseconds",
"time": "nanoseconds"
},
"balances": {
"u": "User Seed",
"e": "# of Existential Deposits"
},
"collective": {
"m": "# of Members",
"n": "# of New Members",
"b": "# of Bytes in Pre-image Proposal",
"p": "# of Proposals"
},
"democracy": {
"p": "# of Proposals",
"s": "# of Seconds",
"r": "# of Referendums",
"v": "# of Vetoes"
},
"elections": {
"x": "# of Candidates Voted For",
"l": "# of Locks",
"c": "# of Candidates",
"m": "# of Members",
"u": "User Seed",
"b": "# of Bytes in Pre-image Proposal"
},
"offences": {
"r": "# of Reporters",
"o": "# of Offenders",
"n": "# of Nominators",
"d": "# of Deferred Offences"
},
"identity": {
"p": "# of Previous Sub Accounts",
"r": "# of Registrars",
"s": "# of Sub Accounts",
"x": "# of Additional Fields"
},
"im-online": {
"k": "# of Keys",
"e": "# of External Addresses"
},
"scheduler": {
"s": "# of Scheduled Calls"
},
"session": {
"n": "# of Nominations"
},
"staking": {
"v": "# of Validators",
"n": "# of Nominators",
"s": "# of Slash Indices",
"u": "User Seed"
},
"system": {
"b": "# of Bytes",
"i": "Number of",
"d": "# of Digest Logs",
"p": "# of Prefix",
"n": "Number of"
},
"treasury": {
"r": "# of Bytes",
"t": "# of Tippers",
"p": "# of Approved Proposals"
},
"utility": {
"c": "# of Batch Calls",
"s": "# of Signatories",
"z": "Transaction Length"
},
"vesting": {
"l": "# of Locks"
},
"claims": {
"u": "User Seed",
"c": "# of Claims",
"i": "Seed"
},
"timestamp": {
"t": "timestamp value"
}
}