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

    Class QueryGroupPoliciesByGroupResponse

    QueryGroupPoliciesByGroupResponse is the Query/GroupPoliciesByGroup response type.

    from message cosmos.group.v1.QueryGroupPoliciesByGroupResponse

    Hierarchy

    Index

    Constructors

    Properties

    groupPolicies: GroupPolicyInfo[] = []

    group_policies are the group policies info associated with the provided group.

    from field: repeated cosmos.group.v1.GroupPolicyInfo group_policies = 1;

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

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

    Methods