Telos

eosio.trail

合约

  • regballot中的操作参数

    {
      "name": "regballot",
      "base": "",
      "fields": [
        {
          "name": "publisher",
          "type": "name"
        },
        {
          "name": "ballot_type",
          "type": "uint8"
        },
        {
          "name": "voting_symbol",
          "type": "symbol"
        },
        {
          "name": "begin_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        },
        {
          "name": "info_url",
          "type": "string"
        }
      ]
    }