MsgVote defines a message to cast a vote.

interface MsgVote {
    option: VoteOption;
    proposalId: bigint;
    voter: string;
}

Properties

option: VoteOption
proposalId: bigint
voter: string