Jungle 4 (Testnet)

eon.shipload

合约

  • 的结构体属性 types_row

    getvotes 的操作返回类型

    {
      "name": "vote_result",
      "base": "",
      "fields": [
        {
          "name": "location_id",
          "type": "uint64"
        },
        {
          "name": "epoch",
          "type": "uint32"
        },
        {
          "name": "ballot_epoch",
          "type": "uint32"
        },
        {
          "name": "chosen",
          "type": "uint32"
        },
        {
          "name": "chosen_epoch",
          "type": "uint32"
        },
        {
          "name": "effective",
          "type": "uint32"
        },
        {
          "name": "options",
          "type": "vote_option[]"
        }
      ]
    }