QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method.

from message cosmos.authz.v1beta1.QueryGranteeGrantsResponse

Hierarchy

Constructors

Properties

grants: GrantAuthorization[] = []

grants is a list of grants granted to the grantee.

from field: repeated cosmos.authz.v1beta1.GrantAuthorization grants = 1;

pagination?: PageResponse

pagination defines an pagination for the response.

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

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

Methods