Skip to content

Commit

Permalink
GH-599 added abi/wasm for get_table_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcgundlach committed Jul 15, 2022
1 parent a3f3679 commit 06a7a4f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions unittests/test-contracts/get_table_test/get_table_test.abi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT ",
"version": "eosio::abi/1.1",
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
Expand All @@ -23,6 +23,16 @@
}
]
},
{
"name": "erasenumobj",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "hashobj",
"base": "",
Expand All @@ -45,6 +55,16 @@
}
]
},
{
"name": "modifynumobj",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "numobj",
"base": "",
Expand Down Expand Up @@ -82,6 +102,16 @@
"name": "addnumobj",
"type": "addnumobj",
"ricardian_contract": ""
},
{
"name": "erasenumobj",
"type": "erasenumobj",
"ricardian_contract": ""
},
{
"name": "modifynumobj",
"type": "modifynumobj",
"ricardian_contract": ""
}
],
"tables": [
Expand All @@ -101,5 +131,6 @@
}
],
"ricardian_clauses": [],
"variants": []
"variants": [],
"action_results": []
}
Binary file modified unittests/test-contracts/get_table_test/get_table_test.wasm
Binary file not shown.

0 comments on commit 06a7a4f

Please sign in to comment.