Vaulta

gyftietokens

Contract

  • Table row type of comments

    {
      "name": "Comment",
      "base": "",
      "fields": [
        {
          "name": "comment_id",
          "type": "uint64"
        },
        {
          "name": "comment_type",
          "type": "name"
        },
        {
          "name": "proposal_id",
          "type": "uint64"
        },
        {
          "name": "profile",
          "type": "name"
        },
        {
          "name": "commenter",
          "type": "name"
        },
        {
          "name": "parent_comment_id",
          "type": "uint64"
        },
        {
          "name": "comment_text",
          "type": "string"
        },
        {
          "name": "created_date",
          "type": "time_point_sec"
        },
        {
          "name": "updated_date",
          "type": "time_point_sec"
        }
      ]
    }