MsgVoteWeighted defines a message to cast a vote.

Since: cosmos-sdk 0.43

interface MsgVoteWeighted {
    options: WeightedVoteOption[];
    proposalId: bigint;
    voter: string;
}

Properties

proposalId: bigint
voter: string