Vaulta

thekarmadapp

Contract

  • Table row type of posts

    {
      "name": "st_post",
      "base": "",
      "fields": [
        {
          "name": "post_id",
          "type": "uint64"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "created_at",
          "type": "uint32"
        },
        {
          "name": "has_video",
          "type": "bool"
        },
        {
          "name": "voters",
          "type": "name[]"
        },
        {
          "name": "daily_weight",
          "type": "daily_weight[]"
        }
      ]
    }