From fb16af0c32240bb8343b7a3f7a897a036b716d0d Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld <5286904+arjanz@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:24:11 +0200 Subject: [PATCH] Added paths for RuntimeCall and RuntimeEvent --- scalecodec/type_registry/metadata_types.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scalecodec/type_registry/metadata_types.json b/scalecodec/type_registry/metadata_types.json index 415695c..bebb6e0 100644 --- a/scalecodec/type_registry/metadata_types.json +++ b/scalecodec/type_registry/metadata_types.json @@ -1581,11 +1581,17 @@ "frame_support::storage::weak_bounded_vec::WeakBoundedVec": "BoundedVec", "frame_support::traits::misc::WrapperKeepOpaque": "WrapperKeepOpaque", "*::Call": "GenericCall", + "*::RuntimeCall": "GenericCall", "*::Event": { "type": "struct", "base_class": "GenericScaleInfoEvent", "type_mapping": [] }, + "*::RuntimeEvent": { + "type": "struct", + "base_class": "GenericScaleInfoEvent", + "type_mapping": [] + }, "*::EventRecord": { "type": "struct", "base_class": "GenericEventRecord",