Vaulta

batdappboomx

Contract

  • Table row type of drawstruct

    {
      "name": "drawstruct",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "draw_index",
          "type": "uint8"
        },
        {
          "name": "verify",
          "type": "uint8"
        },
        {
          "name": "round_num",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "config",
          "type": "pair_string_string[]"
        },
        {
          "name": "createtime",
          "type": "time_point_sec"
        }
      ]
    }