Vaulta

discussionsx

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "notify",
      "base": "",
      "fields": [
        {
          "name": "metadata",
          "type": "string"
        }
      ]
    },
    {
      "name": "post",
      "base": "",
      "fields": [
        {
          "name": "poster",
          "type": "name"
        },
        {
          "name": "content",
          "type": "string"
        },
        {
          "name": "uuid",
          "type": "string"
        },
        {
          "name": "threadUuid",
          "type": "string"
        },
        {
          "name": "parentUuid",
          "type": "string"
        },
        {
          "name": "tags",
          "type": "string[]"
        },
        {
          "name": "mentions",
          "type": "name[]"
        },
        {
          "name": "metadata",
          "type": "string"
        }
      ]
    },
    {
      "name": "vote",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "uuid",
          "type": "string"
        },
        {
          "name": "value",
          "type": "int32"
        },
        {
          "name": "metadata",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "notify",
      "type": "notify",
      "ricardian_contract": ""
    },
    {
      "name": "post",
      "type": "post",
      "ricardian_contract": ""
    },
    {
      "name": "vote",
      "type": "vote",
      "ricardian_contract": ""
    }
  ],
  "tables": [],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}