{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "globals",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
}
]
},
{
"name": "mapping",
"base": "",
"fields": [
{
"name": "mid",
"type": "uint64"
}
]
},
{
"name": "newmarket",
"base": "",
"fields": [
{
"name": "creator",
"type": "name"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "pair",
"base": "",
"fields": [
{
"name": "digest",
"type": "checksum256"
},
{
"name": "unikey",
"type": "string"
},
{
"name": "mid",
"type": "uint64"
}
]
},
{
"name": "rmm",
"base": "",
"fields": [
{
"name": "mid",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "mapping",
"type": "mapping",
"ricardian_contract": ""
},
{
"name": "newmarket",
"type": "newmarket",
"ricardian_contract": ""
},
{
"name": "rmm",
"type": "rmm",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "globals",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "globals"
},
{
"name": "pairs",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "pair"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}