Vaulta

redpacket123

Contract

  • Table row type of wltgroup

    {
      "name": "wltgroup",
      "base": "",
      "fields": [
        {
          "name": "groupid",
          "type": "uint64"
        },
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "content",
          "type": "string"
        },
        {
          "name": "acttime",
          "type": "uint64"
        },
        {
          "name": "states",
          "type": "uint8"
        }
      ]
    }