GET: /voters/accounts
VoterAccountsRequest
The voter accounts API returns information about all accounts participating in the vote.
Type | Key | Description |
uint32 |
| Offset of pagination. |
uint32 |
| Limit of pagination. |
VoterAccountsResponse
Type | Key | Description |
bool |
| If set false, indicates an error returning data. |
voterAccountsData |
| Voter Account data. |
VoterAccountsData
Type | Key | Description |
uint32 |
| Limit of pagination |
int32 |
| Limit of pagination |
uint32 |
| Total count of data |
array |
| Array of |
VoterAccounts
Type | Key | Description |
uuid |
| Voter account id |
string |
| Voter address |
float |
| Vote weight |
uint32 |
| Proposal count to vote |
string |
| Votes |
datetime |
| Created timestamp |
datetime |
| Updated timestamp |
Last updated