Skip to content

Commit 6674095

Browse files
author
Arjan Zijderveld
committed
Type registry update
1 parent 92eac56 commit 6674095

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scalecodec/type_registry/default.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
["startingBlock", "BlockNumber"]
535535
]
536536
},
537-
"Weight": "u64",
537+
"Weight": "u32",
538538
"WeightMultiplier": "u64",
539539
"WinningDataEntry": {
540540
"type": "struct",

scalecodec/type_registry/kusama.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Address": "AccountIdAddress",
55
"BlockNumber": "U32",
66
"LeasePeriod": "BlockNumber",
7+
"Weight": "u64",
78
"SessionKeysPolkadot": {
89
"type": "struct",
910
"type_mapping": [

0 commit comments

Comments
 (0)