QueryGroupPoliciesByAdminResponse is the Query/GroupPoliciesByAdmin response type.

from message cosmos.group.v1.QueryGroupPoliciesByAdminResponse

Hierarchy

Constructors

Properties

groupPolicies: GroupPolicyInfo[] = []

group_policies are the group policies info with provided admin.

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.QueryGroupPoliciesByAdminResponse" = "cosmos.group.v1.QueryGroupPoliciesByAdminResponse"

Methods