QueryProposalsByGroupPolicyResponse is the Query/ProposalByGroupPolicy response type.

from message cosmos.group.v1.QueryProposalsByGroupPolicyResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

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

proposals: proto.cosmos.group.v1.Proposal[] = []

proposals are the proposals with given group policy.

from field: repeated cosmos.group.v1.Proposal proposals = 1;

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

Methods