QueryGroupPoliciesByGroupRequest is the Query/GroupPoliciesByGroup request type.

from message cosmos.group.v1.QueryGroupPoliciesByGroupRequest

Hierarchy

Constructors

Properties

groupId: bigint = protoInt64.zero

group_id is the unique ID of the group policy's group.

from field: uint64 group_id = 1;

pagination?: PageRequest

pagination defines an optional pagination for the request.

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

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

Methods