GET: /voter/:proposalId
VoterProposalRequest
The request to the Voter Proposal API can specify a number of filters, such as which accounts to retrieve information about.
boolean |
| Support |
uint32 |
| Limit of pagination |
VoterProposalResponse
Type | Key | Description |
---|---|---|
Struct |
| Metadata on request. See |
Struct |
| The list of |
VoterMetadata
Type | Key | Description |
---|---|---|
uint32 |
| Page of pagination |
uint32 |
| Limit of pagination |
uint32 |
| Total amount of items |
uint32 |
| Total amount of pages for given |
string |
| The sum of all votes |
Voter
Type | Key | Description |
bytes |
| Voter id |
string |
| Voter address |
uint32 |
| Vote status |
uint32 |
| Support status |
uint32 |
| Vote proposal Index |
uint32 |
| Block Number |
uint32 |
| Block timestamp |
Timestamp |
| Creation timestamp |
Timestamp |
| Update timestamp |
string |
| Votes |
Last updated