
testdever123
Contract
{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "checkline", "base": "", "fields": [] }, { "name": "clearalltable", "base": "", "fields": [] }, { "name": "cutcards", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "cut_num", "type": "uint32" }, { "name": "req_id", "type": "uint64" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "deal", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "round", "type": "string" }, { "name": "four_block_index", "type": "uint64" }, { "name": "bo1_block_index", "type": "uint64" }, { "name": "bo2_block_index", "type": "uint64" }, { "name": "req_id", "type": "uint64" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "flycards", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "req_id", "type": "uint64" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "flyrecord", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "req_id", "type": "uint64" }, { "name": "head", "type": "string" }, { "name": "flys", "type": "string" } ] }, { "name": "globalvars", "base": "", "fields": [ { "name": "vid_index", "type": "uint64" }, { "name": "vid_shoe_index", "type": "uint64" }, { "name": "cut_num", "type": "uint32" }, { "name": "sign_shoes", "type": "string" }, { "name": "reveal_count", "type": "uint32" }, { "name": "round", "type": "string" }, { "name": "sign_four", "type": "string" }, { "name": "sign_bo1", "type": "string" }, { "name": "sign_bo2", "type": "string" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "initpokers", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "pokers", "type": "string" }, { "name": "req_id", "type": "uint64" } ] }, { "name": "newshoe", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "block_index", "type": "string" }, { "name": "seed_sign", "type": "string" }, { "name": "req_id", "type": "uint64" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "predeal", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "round", "type": "string" }, { "name": "four_seed_sign", "type": "string" }, { "name": "bo1_seed_sign", "type": "string" }, { "name": "bo2_seed_sign", "type": "string" }, { "name": "req_id", "type": "uint64" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "reveal", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "req_id", "type": "uint64" }, { "name": "seed", "type": "string" }, { "name": "seed_sign", "type": "string" }, { "name": "block_index", "type": "uint32" }, { "name": "block_hash", "type": "string" }, { "name": "round", "type": "string" }, { "name": "num", "type": "uint32" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "revealrecord", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "seq_id", "type": "uint64" }, { "name": "seed", "type": "string" }, { "name": "seed_sign", "type": "string" }, { "name": "block_index", "type": "uint32" }, { "name": "block_hash", "type": "string" }, { "name": "round", "type": "string" }, { "name": "num", "type": "uint32" }, { "name": "cards", "type": "string" } ] }, { "name": "shoes", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "req_id", "type": "uint64" }, { "name": "vid_shoe", "type": "string" }, { "name": "vid_shoe_index", "type": "uint64" }, { "name": "round", "type": "string" }, { "name": "wash_index", "type": "uint32" }, { "name": "poker_code", "type": "string" }, { "name": "reveal_index", "type": "uint32" }, { "name": "tx_id", "type": "checksum256" } ] }, { "name": "shuffle", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "req_id", "type": "uint64" }, { "name": "shoe_no", "type": "uint32" }, { "name": "block_index", "type": "string" }, { "name": "block_hash", "type": "string" }, { "name": "seed", "type": "string" }, { "name": "seed_sign", "type": "string" }, { "name": "last_req_id", "type": "uint64" } ] }, { "name": "washrecord", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "req_id", "type": "uint64" }, { "name": "pokers", "type": "string" } ] } ], "actions": [ { "name": "checkline", "type": "checkline", "ricardian_contract": "" }, { "name": "clearalltable", "type": "clearalltable", "ricardian_contract": "" }, { "name": "cutcards", "type": "cutcards", "ricardian_contract": "" }, { "name": "deal", "type": "deal", "ricardian_contract": "" }, { "name": "flycards", "type": "flycards", "ricardian_contract": "" }, { "name": "flyrecord", "type": "flyrecord", "ricardian_contract": "" }, { "name": "initpokers", "type": "initpokers", "ricardian_contract": "" }, { "name": "newshoe", "type": "newshoe", "ricardian_contract": "" }, { "name": "predeal", "type": "predeal", "ricardian_contract": "" }, { "name": "reveal", "type": "reveal", "ricardian_contract": "" }, { "name": "revealrecord", "type": "revealrecord", "ricardian_contract": "" }, { "name": "shuffle", "type": "shuffle", "ricardian_contract": "" }, { "name": "washrecord", "type": "washrecord", "ricardian_contract": "" } ], "tables": [ { "name": "globalvars", "index_type": "i64", "key_names": [], "key_types": [], "type": "globalvars" }, { "name": "shoes", "index_type": "i64", "key_names": [], "key_types": [], "type": "shoes" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }