Vaulta

thekarmadapp

Contract

  • Struct property of createpost

    Struct property of editpost

    {
      "name": "st_post_params",
      "base": "",
      "fields": [
        {
          "name": "post_id",
          "type": "uint64"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "lat",
          "type": "string"
        },
        {
          "name": "lng",
          "type": "string"
        },
        {
          "name": "imagehashes",
          "type": "string[]"
        },
        {
          "name": "videohashes",
          "type": "string[]"
        },
        {
          "name": "categories",
          "type": "uint64[]"
        }
      ]
    }