Skip to content

Commit 9bca636

Browse files
committed
Added missing DispatchClass type
1 parent 34e0cc7 commit 9bca636

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scalecodec/type_registry/core.json

+8
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,14 @@
30543054
["adjusted_weight_fee", "Balance"]
30553055
]
30563056
},
3057+
"DispatchClass": {
3058+
"type": "enum",
3059+
"value_list": [
3060+
"Normal",
3061+
"Operational",
3062+
"Mandatory"
3063+
]
3064+
},
30573065
"RuntimeDispatchInfo": {
30583066
"type": "struct",
30593067
"type_mapping": [

0 commit comments

Comments
 (0)