File tree 4 files changed +43
-4
lines changed
4 files changed +43
-4
lines changed Original file line number Diff line number Diff line change 243
243
[" last_write" , " Option<BlockNumber>" ]
244
244
]
245
245
},
246
+ "Pays" : {
247
+ "type" : " enum" ,
248
+ "value_list" : [
249
+ " Yes" ,
250
+ " No"
251
+ ]
252
+ },
246
253
"DispatchClass" : {
247
254
"type" : " enum" ,
248
255
"value_list" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"runtime_id" : 3 ,
3
3
"types" : {
4
- "Weight" : " u64"
4
+ "Weight" : " u64" ,
5
+ "DispatchInfo" : {
6
+ "type" : " struct" ,
7
+ "type_mapping" : [
8
+ [" weight" , " Weight" ],
9
+ [" class" , " DispatchClass" ],
10
+ [" paysFee" , " Pays" ]
11
+ ]
12
+ }
5
13
}
6
14
}
Original file line number Diff line number Diff line change 15
15
[" parachains" , " AccountId" ]
16
16
]
17
17
},
18
- "Keys" : " SessionKeysPolkadot"
18
+ "Keys" : " SessionKeysPolkadot" ,
19
+ "DispatchInfo" : {
20
+ "type" : " struct" ,
21
+ "type_mapping" : [
22
+ [" weight" , " Weight" ],
23
+ [" class" , " DispatchClass" ],
24
+ [" paysFee" , " Pays" ]
25
+ ]
26
+ }
19
27
},
20
28
"versioning" : [
21
29
{
195
203
}
196
204
},
197
205
{
198
- "runtime_range" : [1019 , 1058 ],
206
+ "runtime_range" : [1019 , 1061 ],
199
207
"types" : {
200
208
"Heartbeat" : {
201
209
"type" : " struct" ,
205
213
[" sessionIndex" , " SessionIndex" ],
206
214
[" authorityIndex" , " AuthIndex" ]
207
215
]
216
+ },
217
+ "DispatchInfo" : {
218
+ "type" : " struct" ,
219
+ "type_mapping" : [
220
+ [" weight" , " Weight" ],
221
+ [" class" , " DispatchClass" ],
222
+ [" paysFee" , " bool" ]
223
+ ]
208
224
}
209
225
}
210
226
},
220
236
[" authorityIndex" , " AuthIndex" ],
221
237
[" validatorsLen" , " u32" ]
222
238
]
239
+ },
240
+ "DispatchInfo" : {
241
+ "type" : " struct" ,
242
+ "type_mapping" : [
243
+ [" weight" , " Weight" ],
244
+ [" class" , " DispatchClass" ],
245
+ [" paysFee" , " Pays" ]
246
+ ]
223
247
}
224
248
}
225
249
}
Original file line number Diff line number Diff line change 1
1
{
2
- "runtime_id" : 198 ,
2
+ "runtime_id" : 13 ,
3
3
"types" : {
4
4
"BlockNumber" : " u32" ,
5
5
"Keys" : {
You can’t perform that action at this time.
0 commit comments