Voting

Get proposal by hash

Returns the most recent protocol proposal with the specified hash.

get/v1/voting/proposals/{hash}

Path parameters

hashstring required

Proposal hash

Response

hashstring required

Hash of the proposal, which representing a tarball of concatenated .ml/.mli source files

firstPeriodinteger

The first voting period where the proposal was active

lastPeriodinteger

The last voting period where the proposal was active

epochinteger

The voting epoch where the proposal was active

upvotesinteger

The total number of upvotes (proposal operations)

votingPowerinteger

The total voting power of bakers, upvoted the proposal

statusstring required

Status of the proposal active - the proposal in the active state accepted - the proposal was accepted rejected - the proposal was rejected due to too many "nay" ballots skipped - the proposal was skipped due to the quorum was not reached

{"stackTrail":"components:schemas:Proposal:properties:extras","oasType":"schema","type":"unknown","description":"Off-chain extras","nullable":true}

Changes

No recorded changes to this endpoint across all 1 revision of this API.