QueryGrantsRequest is the request type for the Query/Grants RPC method.

from message cosmos.authz.v1beta1.QueryGrantsRequest

Hierarchy

Constructors

Properties

grantee: string = ""

from field: string grantee = 2;

granter: string = ""

from field: string granter = 1;

msgTypeUrl: string = ""

Optional, msg_type_url, when set, will query only grants matching given msg type.

from field: string msg_type_url = 3;

pagination?: PageRequest

pagination defines an pagination for the request.

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

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.authz.v1beta1.QueryGrantsRequest" = "cosmos.authz.v1beta1.QueryGrantsRequest"

Methods