{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "edittoken",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "min_trans_in",
"type": "uint64"
},
{
"name": "max_trans_in",
"type": "uint64"
},
{
"name": "allow",
"type": "uint8"
}
]
},
{
"name": "order_table",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "player",
"type": "name"
},
{
"name": "amount",
"type": "asset"
},
{
"name": "game",
"type": "uint64"
},
{
"name": "record",
"type": "uint64"
},
{
"name": "memo",
"type": "string"
},
{
"name": "sign",
"type": "string"
},
{
"name": "tokenId",
"type": "uint64"
}
]
},
{
"name": "record",
"base": "",
"fields": [
{
"name": "order_id",
"type": "uint64"
},
{
"name": "player",
"type": "name"
},
{
"name": "amount",
"type": "asset"
},
{
"name": "game",
"type": "uint64"
},
{
"name": "sign",
"type": "string"
},
{
"name": "body",
"type": "string"
}
]
},
{
"name": "remove",
"base": "",
"fields": [
{
"name": "orderId",
"type": "uint64"
}
]
},
{
"name": "reveal",
"base": "",
"fields": [
{
"name": "game",
"type": "uint64"
},
{
"name": "reveal_id",
"type": "string"
},
{
"name": "order_id",
"type": "uint64"
},
{
"name": "reward",
"type": "asset"
},
{
"name": "body",
"type": "string"
}
]
},
{
"name": "token_table",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "token_account",
"type": "name"
},
{
"name": "token",
"type": "string"
},
{
"name": "precision",
"type": "uint8"
},
{
"name": "min_trans_in",
"type": "uint64"
},
{
"name": "max_trans_in",
"type": "uint64"
},
{
"name": "allow",
"type": "uint8"
}
]
}
],
"actions": [
{
"name": "edittoken",
"type": "edittoken",
"ricardian_contract": ""
},
{
"name": "record",
"type": "record",
"ricardian_contract": ""
},
{
"name": "remove",
"type": "remove",
"ricardian_contract": ""
},
{
"name": "reveal",
"type": "reveal",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "ordertable",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "order_table"
},
{
"name": "tokentable",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "token_table"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}