Msg

VoteWeighted defines a method to add a weighted vote on a specific proposal.

post/cosmos.gov.v1.Msg/VoteWeighted

Request body

metadatastring

metadata is any arbitrary metadata attached to the VoteWeighted.

proposal_idstring uint64

proposal_id defines the unique id of the proposal.

voterstring

voter is the voter address for the proposal.

Response

A successful response.

CosmosGovV1MsgVoteWeightedResponse required

MsgVoteWeightedResponse defines the Msg/VoteWeighted response type.

Changes