Msg

Vote defines a method to add a vote on a specific proposal.

post/cosmos.gov.v1beta1.Msg/Vote

Request body

proposal_idstring uint64

proposal_id defines the unique id of the proposal.

voterstring

voter is the voter address for the proposal.

option'VOTE_OPTION_UNSPECIFIED' | 'VOTE_OPTION_YES' | 'VOTE_OPTION_ABSTAIN' | 'VOTE_OPTION_NO' | 'VOTE_OPTION_NO_WITH_VETO'

option defines the vote option.

Response

A successful response.

Changes

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