Created
June 6, 2018 21:01
-
-
Save itsdevcoffee/b303315b3ce13de5164fc780f6c82ca8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"____comment": "This file was generated by eosio-abigen. DO NOT EDIT - 2018-06-06T20:57:09", | |
"version": "eosio::abi/1.0", | |
"types": [], | |
"structs": [{ | |
"name": "lesson", | |
"base": "", | |
"fields": [{ | |
"name": "id", | |
"type": "uint64" | |
},{ | |
"name": "ownedBy", | |
"type": "name" | |
},{ | |
"name": "title", | |
"type": "string" | |
},{ | |
"name": "description", | |
"type": "string" | |
},{ | |
"name": "imageUrl", | |
"type": "string" | |
} | |
] | |
},{ | |
"name": "add", | |
"base": "", | |
"fields": [{ | |
"name": "user", | |
"type": "name" | |
},{ | |
"name": "title", | |
"type": "string" | |
},{ | |
"name": "description", | |
"type": "string" | |
},{ | |
"name": "imageUrl", | |
"type": "string" | |
} | |
] | |
} | |
], | |
"actions": [{ | |
"name": "add", | |
"type": "add", | |
"ricardian_contract": "" | |
} | |
], | |
"tables": [{ | |
"name": "lessons", | |
"index_type": "i64", | |
"key_names": [ | |
"id" | |
], | |
"key_types": [ | |
"uint64" | |
], | |
"type": "lesson" | |
} | |
], | |
"ricardian_clauses": [], | |
"error_messages": [], | |
"abi_extensions": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment