{
"version": "eosio::abi/1.0",
"types": [],
"structs": [
{
"name": "uniqueid",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "uid",
"type": "uint64"
},
{
"name": "score",
"type": "uint64"
}
]
},
{
"name": "clientid",
"base": "",
"fields": [
{
"name": "uid",
"type": "uint64"
},
{
"name": "acc_id",
"type": "uint64"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "t",
"type": "uint32"
}
]
},
{
"name": "payrecord",
"base": "",
"fields": [
{
"name": "order_id",
"type": "uint64"
},
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "order_time",
"type": "uint32"
}
]
},
{
"name": "removeitem",
"base": "",
"fields": [
{
"name": "table_name",
"type": "uint8"
},
{
"name": "id_list",
"type": "string"
}
]
},
{
"name": "withdraw",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
},
{
"name": "order_id",
"type": "uint64"
}
]
},
{
"name": "cleardb",
"base": "",
"fields": []
}
],
"actions": [
{
"name": "removeitem",
"type": "removeitem",
"ricardian_contract": ""
},
{
"name": "withdraw",
"type": "withdraw",
"ricardian_contract": ""
},
{
"name": "cleardb",
"type": "cleardb",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "uidtb",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "uniqueid"
},
{
"name": "clientidtb",
"index_type": "i64",
"key_names": [
"uid"
],
"key_types": [
"uint64"
],
"type": "clientid"
},
{
"name": "payrecordtb",
"index_type": "i64",
"key_names": [
"order_id"
],
"key_types": [
"uint64"
],
"type": "payrecord"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}