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

    Class QueryVotesByProposalResponse

    QueryVotesByProposalResponse is the Query/VotesByProposal response type.

    from message cosmos.group.v1.QueryVotesByProposalResponse

    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 for given proposal_id.

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

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

    Methods