Vaulta

cryptovgsapp

Contract

The data tables defined by this contract.

  • rows of config

    Field Type
    something uint64
  • Field Type
    id uint64
    eos_account_name name
    event_game_id string
    player_id uint64
    timestamp uint64
    total_bet_amount asset
    total_bet_amount_amount int64
    bet_tx_id checksum256
    pub_key public_key
  • rows of game

    Field Type
    id uint64
    game_id string
    game_data_key_set string
  • Field Type
    pub_key public_key
  • rows of play

    Field Type
    id uint64
    eos_account_name name
    game_id string
    player_id uint64
    timestamp uint64
    total_bet_amount asset
    total_bet_amount_amount int64
    hashed_server_entropy checksum256
    client_entropy uint32
    bet_tx_id checksum256
    pub_key public_key
    game_data_key_set string