Proposal Table
GET /tables/proposal?args
List full details about every submitted proposal
- Schema
 - Response
 
| Field< | Description | 
|---|---|
row_id uint64 | Unique row identifier. | 
hash hash | Protocol hash. | 
height int64 | Proposal operation block height. | 
time datetime | Proposal operation block time. | 
source_id uint64 | Unique row_id of the proposal sender account. | 
op_id uint64 | Unique row_id of the proposal operation. | 
election_id uint64 | Unique row_id of the election this proposal was submitted in. | 
voting_period int64 | On-chain sequence number of the voting period this proposal was submitted in. | 
stake money | Amount of stake that voted for this proposal. | 
voters int64 | Number of voters who voted for this proposal in the proposal period. | 
source hash | Address of the sender account. | 
op hash | Hash of the proposal operation. | 
[
  [
    5,             // row_id
    "PsBABY5HQTSkA4297zNHfsZNKtxULfL18y95qb3m53QJiXGmrbU",  // hash
    547386,        // height
    1564738976000, // time
    38263,         // source_id
    12880576,      // op_id
    13,            // election_id
    15,            // voting_period
    530416000,     // stake
    304,           // voters
    "tz1eEnQhbwf6trb8Q8mPb2RaPkNk2rN7BKi8", // source
    "ooDAtGzFBeRUJcEK3QRBHU3kzk31CAp2RARYE3kmU3qsrvgs8JN" // op
  ]
]