From 6594e5a03bbe94ae913c988b65de0dd5dd97f74d Mon Sep 17 00:00:00 2001 From: Foivos Date: Mon, 18 Nov 2024 16:28:22 +0200 Subject: [PATCH] update interfcaes --- test/testdata/interface_its_events.json | 33 ++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/test/testdata/interface_its_events.json b/test/testdata/interface_its_events.json index 0b162a70..de36422c 100644 --- a/test/testdata/interface_its_events.json +++ b/test/testdata/interface_its_events.json @@ -1,4 +1,35 @@ { - "structs": {}, + "structs": { + "TrustedAddressSet": { + "name": "TrustedAddressSet", + "abilities": [ + "copy", + "drop" + ], + "fields": [ + { + "name": "chain_name", + "type": "String" + }, + { + "name": "trusted_address", + "type": "String" + } + ] + }, + "TrustedAddressRemoved": { + "name": "TrustedAddressRemoved", + "abilities": [ + "copy", + "drop" + ], + "fields": [ + { + "name": "chain_name", + "type": "String" + } + ] + } + }, "publicFunctions": {} }