GET: /proposals/:id
Get proposal info by id.
ProposalsResponse
The API response contains the proposal data of the given proposal id.
Type | Key | Description |
bool |
| If set false, indicates an error returning data. |
Proposal |
| Proposal data. |
Proposal
Type | Key | Description |
uint32 |
| Unique id for looking up a proposal |
string |
| A description of the actions the proposal will take if successful |
bytes |
| The address to send the calldata to |
string |
| The value of ETH to send with the transaction |
string |
| The function signature of the function to call at the target address |
string |
| The encoded argument data for the action |
uint32 |
| Created block number |
string |
| Created transaction hash |
uint32 |
| Created block timestamp |
uint32 |
| Started block number |
string |
| Started transaction hash |
uint32 |
| Started block timestamp |
uint32 |
| Canceled block number |
string |
| Canceled transaction hash |
uint32 |
| Canceled block timestamp |
uint32 |
| End block number |
string |
| End transaction hash |
uint32 |
| End block timestamp |
uint32 |
| Queued block number |
string |
| Queued transaction hash |
uint32 |
| Queued block timestamp |
uint32 |
| Executed block number |
string |
| Executed transaction hash |
uint32 |
| Executed block timestamp |
bytes |
| Proposer address |
uint32 |
| eta |
string |
| The number of votes in support of the proposal |
string |
| The number of votes in opposition to this proposal |
bool |
| Set true if canceled |
bool | executed | Set true if executed |
string |
| State of |
uint32 |
| Voter count |
uint32 |
| Last calculated block number |
Last updated