QueryGroupsResponse is the Query/Groups response type.

Since: cosmos-sdk 0.47.1

from message cosmos.group.v1.QueryGroupsResponse

Hierarchy

Constructors

Properties

groups: GroupInfo[] = []

groups is all the groups present in state.

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

Methods