GET: /voter/accounts
VoterAccountRequest
The voter accounts API returns information about all accounts participating in the vote.
Type | Key | Description |
---|---|---|
uint32 |
| Page of pagination |
uint32 |
| Limit of pagination |
VoterAccountResponse
Type | Key | Description |
---|---|---|
Struct |
| Metadata on request. See VoterAccountMetadata |
repeated Voter |
| The list of |
VoterAccountMetadata
Type | Key | Description |
---|---|---|
uint32 |
| Page of pagination |
uint32 |
| Limit of pagination |
uint32 |
| Total amount of items |
uint32 |
| Total amount of pages for given |
Voter
uint32 |
| Rank |
double |
| chnStake |
uint32 |
| Amount of voted proposals |
string |
| voteWeight |
Last updated