
The data structures defined by this contract.
- { "name": "checkline", "base": "", "fields": [] }
Action parameter in clearalltable
{ "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" } ] }
Table row type of globalvars
{ "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" } ] }Action parameter in initpokers
{ "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" } ] }
Action parameter in revealrecord
{ "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" } ] }
Action parameter in washrecord
{ "name": "washrecord", "base": "", "fields": [ { "name": "vid", "type": "string" }, { "name": "shoe_no", "type": "uint32" }, { "name": "req_id", "type": "uint64" }, { "name": "pokers", "type": "string" } ] }