Skip to content

Commit

Permalink
update interfcaes
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Nov 18, 2024
1 parent 08759ab commit 6594e5a
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion test/testdata/interface_its_events.json
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit 6594e5a

Please sign in to comment.