File tree Expand file tree Collapse file tree 4 files changed +402
-63
lines changed Expand file tree Collapse file tree 4 files changed +402
-63
lines changed Original file line number Diff line number Diff line change 11{
2- "____comment": "This file was generated with eosio-abigen. DO NOT EDIT Fri May 8 18:11:32 2020",
2+ "____comment": "This file was generated with eosio-abigen. DO NOT EDIT Wed May 20 17:01:14 2020",
33 "version": "eosio::abi/1.1",
44 "structs": [
55 {
113113 "type": "name"
114114 },
115115 {
116- "name": "is_verified ",
117- "type": "uint8 "
116+ "name": "status ",
117+ "type": "string "
118118 }
119119 ]
120120 },
132132 }
133133 ]
134134 },
135+ {
136+ "name": "clean",
137+ "base": "",
138+ "fields": [
139+ {
140+ "name": "t",
141+ "type": "string"
142+ }
143+ ]
144+ },
135145 {
136146 "name": "community",
137147 "base": "",
286296 }
287297 ]
288298 },
299+ {
300+ "name": "migrate",
301+ "base": "",
302+ "fields": [
303+ {
304+ "name": "claim_id",
305+ "type": "uint64"
306+ },
307+ {
308+ "name": "increment",
309+ "type": "uint64"
310+ }
311+ ]
312+ },
313+ {
314+ "name": "migrateafter",
315+ "base": "",
316+ "fields": [
317+ {
318+ "name": "claim_id",
319+ "type": "uint64"
320+ },
321+ {
322+ "name": "increment",
323+ "type": "uint64"
324+ }
325+ ]
326+ },
289327 {
290328 "name": "netlink",
291329 "base": "",
658696 "type": "claimaction",
659697 "ricardian_contract": "---\nspec-version: 0.0.1\ntitle:\nsummary:\nicon:"
660698 },
699+ {
700+ "name": "clean",
701+ "type": "clean",
702+ "ricardian_contract": ""
703+ },
661704 {
662705 "name": "create",
663706 "type": "create",
683726 "type": "deletesale",
684727 "ricardian_contract": "---\nspec-version: 0.0.1\ntitle: Delete a sale\nsummary: Enable the sale creator to remove a single sale. It requires you to send: `sale_id`. No information is going to be saved.\nicon:"
685728 },
729+ {
730+ "name": "migrate",
731+ "type": "migrate",
732+ "ricardian_contract": ""
733+ },
734+ {
735+ "name": "migrateafter",
736+ "type": "migrateafter",
737+ "ricardian_contract": ""
738+ },
686739 {
687740 "name": "netlink",
688741 "type": "netlink",
You can’t perform that action at this time.
0 commit comments