MsgVote defines a message to cast a vote.
from message cosmos.gov.v1beta1.MsgVote
Optional
option defines the vote option.
from field: cosmos.gov.v1beta1.VoteOption option = 3;
proposal_id defines the unique id of the proposal.
from field: uint64 proposal_id = 1;
voter is the voter address for the proposal.
from field: string voter = 2;
Static
Readonly
MsgVote defines a message to cast a vote.
Generated
from message cosmos.gov.v1beta1.MsgVote