Telos

eosio.trail

合约

  • elections 的表格行类型

    {
      "name": "election",
      "base": "",
      "fields": [
        {
          "name": "election_id",
          "type": "uint64"
        },
        {
          "name": "publisher",
          "type": "name"
        },
        {
          "name": "info_url",
          "type": "string"
        },
        {
          "name": "candidates",
          "type": "candidate[]"
        },
        {
          "name": "unique_voters",
          "type": "uint32"
        },
        {
          "name": "voting_symbol",
          "type": "symbol"
        },
        {
          "name": "begin_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    }