bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class WeightedVoteOption

    WeightedVoteOption defines a unit of vote for vote split.

    from message cosmos.gov.v1.WeightedVoteOption

    Hierarchy

    Index

    Constructors

    Properties

    option: cosmos.gov.v1.VoteOption = VoteOption.UNSPECIFIED

    option defines the valid vote options, it must not contain duplicate vote options.

    from field: cosmos.gov.v1.VoteOption option = 1;

    weight: string = ""

    weight is the vote weight associated with the vote option.

    from field: string weight = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.gov.v1.WeightedVoteOption"

    Methods