Vaulta

eoskonglucky

Contract

  • Table row type of games

    {
      "name": "game",
      "base": "",
      "fields": [
        {
          "name": "player_name",
          "type": "name"
        },
        {
          "name": "winning_combination_hash",
          "type": "uint8[]"
        },
        {
          "name": "is_active",
          "type": "bool"
        },
        {
          "name": "is_finished",
          "type": "bool"
        },
        {
          "name": "is_closed",
          "type": "bool"
        },
        {
          "name": "last_step",
          "type": "uint8"
        },
        {
          "name": "steps",
          "type": "uint8[]"
        },
        {
          "name": "initial_balance",
          "type": "asset"
        },
        {
          "name": "prize",
          "type": "asset"
        },
        {
          "name": "last_activity",
          "type": "uint32"
        }
      ]
    }