Vaulta

eosknightsio

Contract

  • Table row type of comment

    {
      "name": "comment",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "message",
          "type": "string"
        },
        {
          "name": "link",
          "type": "string"
        },
        {
          "name": "black",
          "type": "bool"
        },
        {
          "name": "report",
          "type": "uint32"
        },
        {
          "name": "revision",
          "type": "uint32"
        },
        {
          "name": "v1",
          "type": "uint64"
        }
      ]
    }