We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12c199 commit de95260Copy full SHA for de95260
scalecodec/type_registry/default.json
@@ -1538,7 +1538,21 @@
1538
]
1539
1540
},
1541
- "Weight": "u64",
+ "WeightV1": "u64",
1542
+ "WeightV2": {
1543
+ "type": "struct",
1544
+ "type_mapping": [
1545
+ [
1546
+ "ref_time",
1547
+ "Compact<u64>"
1548
+ ],
1549
1550
+ "proof_size",
1551
1552
+ ]
1553
1554
+ },
1555
+ "Weight": "WeightV1",
1556
"WeightMultiplier": "Fixed64",
1557
"XcmResponse": {
1558
"type": "enum",
0 commit comments