We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e416243 commit bb5c233Copy full SHA for bb5c233
scalecodec/type_registry/default.json
@@ -1126,6 +1126,15 @@
1126
["setId", "SetId"],
1127
["equivocation", "Equivocation"]
1128
]
1129
+ },
1130
+ "ProxyType": {
1131
+ "type": "enum",
1132
+ "value_list": [
1133
+ "Any",
1134
+ "NonTransfer",
1135
+ "Governance",
1136
+ "Staking"
1137
+ ]
1138
}
1139
1140
scalecodec/type_registry/polkadot.json
@@ -1,5 +1,5 @@
1
{
2
- "runtime_id": 1,
+ "runtime_id": 5,
3
"types": {
4
"Address": "AccountIdAddress",
5
"BlockNumber": "U32",
@@ -23,6 +23,16 @@
23
["class", "DispatchClass"],
24
["paysFee", "Pays"]
25
26
27
28
29
30
31
32
33
+ "Staking",
34
+ "SudoBalances"
35
36
37
},
38
"versioning": [
0 commit comments