Skip to content

Commit

Permalink
update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 2, 2024
1 parent a730580 commit 09b8e0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/testdata/interface_abi_abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@
},
"returnType": "vector<vector<u8>>"
},
"read_bytes_raw": {
"name": "read_bytes_raw",
"visibility": "public",
"params": {
"self#0#0": "&mut AbiReader"
},
"returnType": "vector<u8>"
},
"write_u256": {
"name": "write_u256",
"visibility": "public",
Expand Down Expand Up @@ -156,6 +164,15 @@
"var#0#0": "vector<vector<u8>>"
},
"returnType": "&mut AbiWriter"
},
"write_bytes_raw": {
"name": "write_bytes_raw",
"visibility": "public",
"params": {
"self#0#0": "&mut AbiWriter",
"var#0#0": "vector<u8>"
},
"returnType": "&mut AbiWriter"
}
}
}

0 comments on commit 09b8e0c

Please sign in to comment.