Telos

decidecoment

Contract

The data structures defined by this contract.

  • Action parameter in comment

    {
      "name": "comment",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        },
        {
          "name": "ballot_name",
          "type": "name"
        },
        {
          "name": "comment",
          "type": "string"
        }
      ]
    }
  • Table row type of comments

    {
      "name": "comments",
      "base": "",
      "fields": [
        {
          "name": "ballot_name",
          "type": "name"
        },
        {
          "name": "comment",
          "type": "string"
        },
        {
          "name": "date",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in erase

    {
      "name": "erase",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        },
        {
          "name": "ballot_name",
          "type": "name"
        }
      ]
    }