Skip to content

Commit

Permalink
Added missing DispatchClass type
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed May 12, 2023
1 parent 34e0cc7 commit 9bca636
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scalecodec/type_registry/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,14 @@
["adjusted_weight_fee", "Balance"]
]
},
"DispatchClass": {
"type": "enum",
"value_list": [
"Normal",
"Operational",
"Mandatory"
]
},
"RuntimeDispatchInfo": {
"type": "struct",
"type_mapping": [
Expand Down

0 comments on commit 9bca636

Please sign in to comment.