{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "cfg",
"base": "",
"fields": [
{
"name": "master",
"type": "name"
},
{
"name": "isopen",
"type": "uint64"
}
]
},
{
"name": "closeme",
"base": "",
"fields": []
},
{
"name": "initcfg",
"base": "",
"fields": []
},
{
"name": "openme",
"base": "",
"fields": []
},
{
"name": "supercreate",
"base": "",
"fields": [
{
"name": "name",
"type": "string"
},
{
"name": "pub",
"type": "string"
}
]
}
],
"actions": [
{
"name": "closeme",
"type": "closeme",
"ricardian_contract": ""
},
{
"name": "initcfg",
"type": "initcfg",
"ricardian_contract": ""
},
{
"name": "openme",
"type": "openme",
"ricardian_contract": ""
},
{
"name": "supercreate",
"type": "supercreate",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "config",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "cfg"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}