Vaulta

adeostoolsio

Contract

  • Table row type of attributes

    {
      "name": "attributes_info",
      "base": "",
      "fields": [
        {
          "name": "vote_name",
          "type": "name"
        },
        {
          "name": "options",
          "type": "uint32"
        },
        {
          "name": "begin",
          "type": "time_point_sec"
        },
        {
          "name": "expiration",
          "type": "time_point_sec"
        },
        {
          "name": "stopped",
          "type": "bool"
        },
        {
          "name": "interval",
          "type": "uint32"
        },
        {
          "name": "limit",
          "type": "uint32"
        },
        {
          "name": "votes",
          "type": "uint64"
        },
        {
          "name": "voters",
          "type": "uint64"
        }
      ]
    }