{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "cancelport",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "portcomplete",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "voidport",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "user",
"type": "name"
},
{
"name": "waxuser",
"type": "name"
},
{
"name": "amount",
"type": "asset"
},
{
"name": "receive_time",
"type": "time_point_sec"
}
]
}
],
"actions": [
{
"name": "cancelport",
"type": "cancelport",
"ricardian_contract": ""
},
{
"name": "portcomplete",
"type": "portcomplete",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "voidport",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "voidport"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}