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

    Class QueryProposalsByGroupPolicyResponse

    QueryProposalsByGroupPolicyResponse is the Query/ProposalByGroupPolicy response type.

    from message cosmos.group.v1.QueryProposalsByGroupPolicyResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    proposals: 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"

    Methods