Vaulta

boxgameadmin

Contract

  • Struct property of hiloreceipt

    Table row type of activehilo

    Table row type of hilos

    {
      "name": "st_hilo_record",
      "base": "",
      "fields": [
        {
          "name": "hilo_id",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "play_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "inviter",
          "type": "name"
        },
        {
          "name": "player_seed",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "payouts",
          "type": "vuint64_t"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "cards",
          "type": "vstring"
        },
        {
          "name": "guesses",
          "type": "vstring"
        },
        {
          "name": "seed_hashs",
          "type": "vstring"
        },
        {
          "name": "sigs",
          "type": "vstring"
        },
        {
          "name": "sig_hashs",
          "type": "vstring"
        }
      ]
    }