Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save itsdevcoffee/b303315b3ce13de5164fc780f6c82ca8 to your computer and use it in GitHub Desktop.
Save itsdevcoffee/b303315b3ce13de5164fc780f6c82ca8 to your computer and use it in GitHub Desktop.
{
"____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