Skip to content

Commit

Permalink
update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 12, 2024
1 parent ac6eee9 commit 5f562bb
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions test/testdata/interface_abi_abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@
},
"returnType": "vector<u8>"
},
"into_remaining_bytes": {
"name": "into_remaining_bytes",
"visibility": "public",
"params": {
"self#0#0": "AbiReader"
},
"returnType": "vector<u8>"
},
"read_u256": {
"name": "read_u256",
"visibility": "public",
Expand Down Expand Up @@ -112,6 +104,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 +156,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 5f562bb

Please sign in to comment.