interface WeightedVoteOption {
    option: VoteOption;
    weight: string;
}

Properties

Properties

option: VoteOption
weight: string

Generated using TypeDoc