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

    Class QueryVotesByVoterResponse

    QueryVotesByVoterResponse is the Query/VotesByVoter response type.

    from message cosmos.group.v1.QueryVotesByVoterResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines the pagination in the response.

    from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

    votes: cosmos.group.v1.Vote[] = []

    votes are the list of votes by given voter.

    from field: repeated cosmos.group.v1.Vote votes = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.group.v1.QueryVotesByVoterResponse"

    Methods