Vaulta

eoscccnotice

Contract

The data structures defined by this contract.

  • Table row type of messages

    {
      "name": "messages",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "text",
          "type": "string"
        }
      ]
    }
  • Action parameter in news

    {
      "name": "news",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "message",
          "type": "string"
        }
      ]
    }