listSuperRepresentatives

查询第一验证者列表。

用法

visionWeb.vs.listSuperRepresentatives();

入参

返回值

array,查询到的第一验证者列表。

示例

visionWeb.vs.listSuperRepresentatives();
> [
  {
    address: '462d7a77f8bef6fe225bf5e353dd6a380f588a1496',
    voteCount: 1000000117,
    url: 'http://13.59.86.251',
    totalProduced: 42071,
    latestBlockNum: 118904,
    latestSlotNum: 536124738,
    isJobs: true,
    voteCountWeight: 1,
    voteCountThreshold: -76923076923
  },
  {
    address: '4633c36379463e2d1fa6aa8c8596d4a779f9d35adc',
    voteCount: 20,
    url: '\u0000updateName1530608873463',
    totalProduced: 34836,
    latestBlockNum: 118906,
    latestSlotNum: 536124740,
    isJobs: true,
    voteCountWeight: 1,
    voteCountThreshold: -76923076923
  },
  {
    address: '4666ee22cdb7bb713c2f993738c24ed47bcfa6d6e9',
    voteCount: 1000000116,
    url: 'http://18.191.240.158',
    totalProduced: 41999,
    totalMissed: 73,
    latestBlockNum: 118905,
    latestSlotNum: 536124739,
    isJobs: true,
    voteCountWeight: 1,
    voteCountThreshold: -76923076923
  }
]