GET: /voters/:proposalId
VoterProposalRequest
The request to the Voter Proposal API can specify a number of filters, such as which accounts to retrieve information about.
Type | Key | Description |
uint32 |
| Offset of pagination. |
uint32 |
| Limit of pagination. |
string |
| Filter for support |
VoterProposalResponse
Type | Key | Description |
bool |
| If set false, indicates an error returning data. |
voterData |
| Voter data. |
VoterData
Type | Key | Description |
int32 |
| Limit of pagination |
uint32 |
| Total count of data |
array |
| Array of |
string | sumVotes | The sum of all votes |
Voters
Type | Key | Description |
uuid |
| Voter id |
string |
| Voter address |
int8 |
| Vote status |
int8 |
| Support status |
int20 |
| Vote proposal Index |
datetime |
| Block Number |
datetime |
| Block timestamp |
datetime |
| Created timestamp |
datetime |
| Updated timestamp |
Last updated