QueryGroupsByAdminResponse is the Query/GroupsByAdminResponse response type.

from message cosmos.group.v1.QueryGroupsByAdminResponse

Hierarchy

Constructors

Properties

groups: GroupInfo[] = []

groups are the groups info with the provided admin.

from field: repeated cosmos.group.v1.GroupInfo groups = 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.QueryGroupsByAdminResponse" = "cosmos.group.v1.QueryGroupsByAdminResponse"

Methods