Vaulta

sensechatsns

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "postmessage",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "channel",
          "type": "string"
        },
        {
          "name": "parent_id",
          "type": "uint64"
        },
        {
          "name": "messagetext",
          "type": "string"
        }
      ]
    },
    {
      "name": "profile",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "telegram_name",
          "type": "string"
        },
        {
          "name": "about",
          "type": "string"
        },
        {
          "name": "profile_image",
          "type": "string"
        },
        {
          "name": "display_name",
          "type": "string"
        }
      ]
    },
    {
      "name": "profilehash",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "ipfs_hash",
          "type": "string"
        }
      ]
    },
    {
      "name": "snsprofile",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "ipfs_hash",
          "type": "string"
        }
      ]
    },
    {
      "name": "upprofile",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "telegram_name",
          "type": "string"
        },
        {
          "name": "about",
          "type": "string"
        },
        {
          "name": "profile_image",
          "type": "string"
        },
        {
          "name": "display_name",
          "type": "string"
        }
      ]
    },
    {
      "name": "upvote",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "message_id",
          "type": "string"
        },
        {
          "name": "channel_id",
          "type": "string"
        },
        {
          "name": "message",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "postmessage",
      "type": "postmessage",
      "ricardian_contract": ""
    },
    {
      "name": "profilehash",
      "type": "profilehash",
      "ricardian_contract": ""
    },
    {
      "name": "upprofile",
      "type": "upprofile",
      "ricardian_contract": ""
    },
    {
      "name": "upvote",
      "type": "upvote",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "profiles",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "profile"
    },
    {
      "name": "snsprofiles",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "snsprofile"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}