Vaulta

dtheoschain1

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    username name
    impawned uint64
    frozen uint64
  • Field Type
    id uint64
    game_id uint64
    player_id uint8
    dowhat uint8
    value uint64
    timestamp uint32
  • Field Type
    id uint64
    game_id uint64
    username name
    public_key string
    private_key string
    encrypt_datas string
    password_slices string
  • rows of game

    Field Type
    id uint64
    spend_chip uint64
    players name[]
    status bool
  • rows of room

    Field Type
    id uint64
    min_chip uint64
    max_chip uint64
    small_blind uint64
    now_game_id uint64
    action_count uint64
    expired_time uint64
    room_setting_id uint64
    admin name
    time uint32
    closed bool
    players pair_name_uint64[]
    tokens pair_name_string[]
  • Field Type
    id uint64
    min_chip uint64
    max_chip uint64
    small_blind uint64
  • rows of settle

    Field Type
    game_id uint64
    win_players pair_name_uint64[]