{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "to",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "m",
"type": "symbol"
},
{
"name": "random",
"type": "uint64"
}
]
},
{
"name": "too",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
}
],
"actions": [
{
"name": "to",
"type": "to",
"ricardian_contract": ""
},
{
"name": "too",
"type": "too",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}