{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "exchange_row",
"base": "",
"fields": [
{
"name": "direct",
"type": "bool"
},
{
"name": "receiver",
"type": "name"
},
{
"name": "origin_symbol",
"type": "symbol"
},
{
"name": "target_symbol",
"type": "symbol"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "init",
"base": "",
"fields": [
{
"name": "reset",
"type": "bool"
}
]
}
],
"actions": [
{
"name": "init",
"type": "init",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "exchange",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "exchange_row"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}