{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "betamount",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "profit",
"type": "asset"
},
{
"name": "ladder",
"type": "asset"
},
{
"name": "ladderprofit",
"type": "asset"
},
{
"name": "dice",
"type": "asset"
},
{
"name": "diceprofit",
"type": "asset"
},
{
"name": "blackjack",
"type": "asset"
},
{
"name": "blackjackprofit",
"type": "asset"
}
]
},
{
"name": "blackusers",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "blockuser",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "clearbet",
"base": "",
"fields": []
},
{
"name": "removebet",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "unblockuser",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "writebet",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "game",
"type": "string"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "profit",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "blockuser",
"type": "blockuser",
"ricardian_contract": ""
},
{
"name": "clearbet",
"type": "clearbet",
"ricardian_contract": ""
},
{
"name": "removebet",
"type": "removebet",
"ricardian_contract": ""
},
{
"name": "unblockuser",
"type": "unblockuser",
"ricardian_contract": ""
},
{
"name": "writebet",
"type": "writebet",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "betranking",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "betamount"
},
{
"name": "blackusers",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "blackusers"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}