-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into release/3.0.x
- Loading branch information
Showing
3 changed files
with
224 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,159 @@ | ||
{ | ||
"____comment": "This file was generated by eosio-abigen. DO NOT EDIT - 2019-01-07T10:42:22", | ||
"version": "eosio::abi/1.0", | ||
"types": [], | ||
"structs": [{ | ||
"name": "seedobj", | ||
"base": "", | ||
"fields": [{ | ||
"name": "id", | ||
"type": "uint64" | ||
},{ | ||
"name": "create", | ||
"type": "time_point" | ||
},{ | ||
"name": "seedstr", | ||
"type": "string" | ||
},{ | ||
"name": "txid", | ||
"type": "string" | ||
},{ | ||
"name": "action", | ||
"type": "uint64" | ||
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Sat Apr 27 08:00:01 2019", | ||
"version": "eosio::abi/1.1", | ||
"structs": [ | ||
{ | ||
"name": "apply", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "contract", | ||
"type": "name" | ||
}, | ||
{ | ||
"name": "act", | ||
"type": "name" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "args", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "loop", | ||
"type": "uint64" | ||
}, | ||
{ | ||
"name": "num", | ||
"type": "uint64" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "args_name", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "name", | ||
"type": "name" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "argsinline", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "payer", | ||
"type": "name" | ||
}, | ||
{ | ||
"name": "in", | ||
"type": "name" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "clear", | ||
"base": "", | ||
"fields": [] | ||
}, | ||
{ | ||
"name": "generate", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "t", | ||
"type": "args" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "hascontract", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "t", | ||
"type": "args_name" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "inlineact", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "t", | ||
"type": "argsinline" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "seedobj", | ||
"base": "", | ||
"fields": [ | ||
{ | ||
"name": "id", | ||
"type": "uint64" | ||
}, | ||
{ | ||
"name": "create", | ||
"type": "time_point" | ||
}, | ||
{ | ||
"name": "seedstr", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "txid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "action", | ||
"type": "uint64" | ||
} | ||
] | ||
} | ||
] | ||
},{ | ||
"name": "args", | ||
"base": "", | ||
"fields": [{ | ||
"name": "loop", | ||
"type": "uint64" | ||
},{ | ||
"name": "num", | ||
"type": "uint64" | ||
], | ||
"types": [], | ||
"actions": [ | ||
{ | ||
"name": "apply", | ||
"type": "apply", | ||
"ricardian_contract": "" | ||
}, | ||
{ | ||
"name": "clear", | ||
"type": "clear", | ||
"ricardian_contract": "" | ||
}, | ||
{ | ||
"name": "generate", | ||
"type": "generate", | ||
"ricardian_contract": "" | ||
}, | ||
{ | ||
"name": "hascontract", | ||
"type": "hascontract", | ||
"ricardian_contract": "" | ||
}, | ||
{ | ||
"name": "inlineact", | ||
"type": "inlineact", | ||
"ricardian_contract": "" | ||
} | ||
] | ||
},{ | ||
"name": "generate", | ||
"base": "", | ||
"fields": [{ | ||
"name": "t", | ||
"type": "args" | ||
], | ||
"tables": [ | ||
{ | ||
"name": "seedobjs", | ||
"type": "seedobj", | ||
"index_type": "i64", | ||
"key_names": [], | ||
"key_types": [] | ||
} | ||
] | ||
},{ | ||
"name": "clear", | ||
"base": "", | ||
"fields": [] | ||
},{ | ||
"name": "args_name", | ||
"base": "", | ||
"fields": [{ | ||
"name": "name", | ||
"type": "name" | ||
} | ||
] | ||
},{ | ||
"name": "hascontract", | ||
"base": "", | ||
"fields": [{ | ||
"name": "t", | ||
"type": "args_name" | ||
} | ||
] | ||
},{ | ||
"name": "args_inline", | ||
"base": "", | ||
"fields": [{ | ||
"name": "payer", | ||
"type": "name" | ||
},{ | ||
"name": "in", | ||
"type": "name" | ||
} | ||
] | ||
},{ | ||
"name": "inlineact", | ||
"base": "", | ||
"fields": [{ | ||
"name": "t", | ||
"type": "args_inline" | ||
} | ||
] | ||
} | ||
], | ||
"actions": [{ | ||
"name": "generate", | ||
"type": "generate", | ||
"ricardian_contract": "" | ||
},{ | ||
"name": "clear", | ||
"type": "clear", | ||
"ricardian_contract": "" | ||
},{ | ||
"name": "hascontract", | ||
"type": "hascontract", | ||
"ricardian_contract": "" | ||
},{ | ||
"name": "inlineact", | ||
"type": "inlineact", | ||
"ricardian_contract": "" | ||
} | ||
], | ||
"tables": [{ | ||
"name": "seedobjs", | ||
"index_type": "i64", | ||
"key_names": [ | ||
"id" | ||
], | ||
"key_types": [ | ||
"uint64" | ||
], | ||
"type": "seedobj" | ||
} | ||
], | ||
"ricardian_clauses": [], | ||
"error_messages": [], | ||
"abi_extensions": [], | ||
"variants": [] | ||
], | ||
"ricardian_clauses": [], | ||
"variants": [], | ||
"abi_extensions": [] | ||
} |
Oops, something went wrong.