Skip to content

Commit 3c311fc

Browse files
authored
Added paths for RuntimeCall and RuntimeEvent (#81)
1 parent a222d9a commit 3c311fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scalecodec/type_registry/metadata_types.json

+6
Original file line numberDiff line numberDiff line change
@@ -1581,11 +1581,17 @@
15811581
"frame_support::storage::weak_bounded_vec::WeakBoundedVec": "BoundedVec",
15821582
"frame_support::traits::misc::WrapperKeepOpaque": "WrapperKeepOpaque",
15831583
"*::Call": "GenericCall",
1584+
"*::RuntimeCall": "GenericCall",
15841585
"*::Event": {
15851586
"type": "struct",
15861587
"base_class": "GenericScaleInfoEvent",
15871588
"type_mapping": []
15881589
},
1590+
"*::RuntimeEvent": {
1591+
"type": "struct",
1592+
"base_class": "GenericScaleInfoEvent",
1593+
"type_mapping": []
1594+
},
15891595
"*::EventRecord": {
15901596
"type": "struct",
15911597
"base_class": "GenericEventRecord",

0 commit comments

Comments
 (0)