EOS

eoshashpoker

Contract

  • Action parameter in endgame

    { "name": "endgame", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "game_id", "type": "uint64" }, { "name": "action_at", "type": "uint64" }, { "name": "blocknum", "type": "uint32" }, { "name": "bet_amount", "type": "asset" }, { "name": "hand_bets", "type": "asset[]" }, { "name": "payout_amounts", "type": "asset[]" }, { "name": "player_hands", "type": "vec_uint8[]" }, { "name": "dealer_hand", "type": "bytes" }, { "name": "player_hands_string", "type": "vec_string[]" }, { "name": "dealer_hand_string", "type": "string[]" }, { "name": "results", "type": "string[]" }, { "name": "player_rate", "type": "uint64" }, { "name": "referrer", "type": "name" }, { "name": "referrer_rate", "type": "uint64" }, { "name": "vip_level", "type": "uint64" } ] }