Vaulta

dappdapp1234

Contract

  • Table row type of commenttable

    {
      "name": "commenttable",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "post_id",
          "type": "uint64"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        },
        {
          "name": "content",
          "type": "string"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "like_num",
          "type": "uint32"
        },
        {
          "name": "has_parent",
          "type": "bool"
        },
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "reply_to",
          "type": "name"
        },
        {
          "name": "txid",
          "type": "checksum256"
        }
      ]
    }