Vaulta

lottyplayman

Contract

  • Table row type of reveal

    {
      "name": "reveal",
      "base": "",
      "fields": [
        {
          "name": "revealkey",
          "type": "uint64"
        },
        {
          "name": "reveal_num",
          "type": "uint64[]"
        },
        {
          "name": "big_small",
          "type": "string"
        },
        {
          "name": "odd_even",
          "type": "string"
        },
        {
          "name": "gameid",
          "type": "uint64"
        },
        {
          "name": "reveal_time",
          "type": "time_point_sec"
        },
        {
          "name": "isreveal",
          "type": "bool"
        },
        {
          "name": "name",
          "type": "name"
        }
      ]
    }