Vaulta

deathcalroom

Contract

  • Table row type of roomex

    {
      "name": "roomstruct",
      "base": "",
      "fields": [
        {
          "name": "roomid",
          "type": "uint64"
        },
        {
          "name": "eos",
          "type": "uint64"
        },
        {
          "name": "ower_name",
          "type": "name"
        },
        {
          "name": "verify",
          "type": "uint8"
        },
        {
          "name": "createtime",
          "type": "time_point_sec"
        }
      ]
    }