MsgVoteWeighted defines a message to cast a vote.

Since: cosmos-sdk 0.43

interface MsgVoteWeightedAmino {
    options?: WeightedVoteOptionAmino[];
    proposal_id?: string;
    voter?: string;
}

Properties

proposal_id?: string
voter?: string