QueryVotesByProposalResponse is the Query/VotesByProposal response type.

from message cosmos.group.v1.QueryVotesByProposalResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

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

votes: proto.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" = "cosmos.group.v1.QueryVotesByProposalResponse"

Methods