Skip to content

Commit

Permalink
fix interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Oct 16, 2024
1 parent fd6501b commit eb0e0bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/testdata/interface_example_its.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
}
},
"publicFunctions": {
"get_final_transaction": {
"name": "get_final_transaction",
"visibility": "public",
"params": {
"singleton#0#0": "&Singleton",
"its#0#0": "&ITS",
"payload#0#0": "vector<u8>",
"clock#0#0": "&Clock"
},
"returnType": "Transaction"
},
"register_coin<TOKEN>": {
"name": "register_coin<TOKEN>",
"visibility": "public",
Expand Down

0 comments on commit eb0e0bd

Please sign in to comment.