GET: /voter/accounts

VoterAccountRequest

The voter accounts API returns information about all accounts participating in the vote.

TypeKeyDescription

uint32

page

Page of pagination

uint32

limit

Limit of pagination

VoterAccountResponse

TypeKeyDescription

Struct

metadata

Metadata on request. See VoterAccountMetadata

repeated Voter

data

The list of Voter (see Voter below)

VoterAccountMetadata

TypeKeyDescription

uint32

page

Page of pagination

uint32

limit

Limit of pagination

uint32

totalItem

Total amount of items

uint32

totalPage

Total amount of pages for given limit

Voter

uint32

Rank

Rank

double

chnStake

chnStake

uint32

proposalsVoted

Amount of voted proposals

string

voteWeight

voteWeight

Last updated