WeightedVoteOption defines a unit of vote for vote split.

Since: cosmos-sdk 0.43

interface WeightedVoteOptionAmino {
    option?: VoteOption;
    weight?: string;
}

Properties

Properties

option?: VoteOption
weight?: string