{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "fairness",
"base": "",
"fields": [
{
"name": "game_id",
"type": "string"
},
{
"name": "game_hash",
"type": "string"
}
]
},
{
"name": "gencard",
"base": "",
"fields": [
{
"name": "game_id",
"type": "string"
}
]
},
{
"name": "login",
"base": "",
"fields": [
{
"name": "verification_code",
"type": "uint64"
}
]
},
{
"name": "playdice",
"base": "",
"fields": [
{
"name": "game_id",
"type": "string"
},
{
"name": "player_account",
"type": "string"
},
{
"name": "bet_quantity",
"type": "string"
},
{
"name": "dice_number",
"type": "string"
}
]
},
{
"name": "withdrawal",
"base": "",
"fields": [
{
"name": "verification_code",
"type": "uint64"
},
{
"name": "withdrawal_amount",
"type": "string"
},
{
"name": "symbol",
"type": "string"
},
{
"name": "memo",
"type": "string"
}
]
}
],
"actions": [
{
"name": "fairness",
"type": "fairness",
"ricardian_contract": ""
},
{
"name": "gencard",
"type": "gencard",
"ricardian_contract": ""
},
{
"name": "login",
"type": "login",
"ricardian_contract": ""
},
{
"name": "playdice",
"type": "playdice",
"ricardian_contract": ""
},
{
"name": "withdrawal",
"type": "withdrawal",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}