QueryGrantsResponse is the response type for the Query/Authorizations RPC method.

from message cosmos.authz.v1beta1.QueryGrantsResponse

Hierarchy

Constructors

Properties

grants: proto.cosmos.authz.v1beta1.Grant[] = []

authorizations is a list of grants granted for grantee by granter.

from field: repeated cosmos.authz.v1beta1.Grant 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.QueryGrantsResponse" = "cosmos.authz.v1beta1.QueryGrantsResponse"

Methods