QueryAllowancesByGranterResponse is the response type for the Query/AllowancesByGranter RPC method.

Since: cosmos-sdk 0.46

from message cosmos.feegrant.v1beta1.QueryAllowancesByGranterResponse

Hierarchy

Constructors

Properties

allowances: proto.cosmos.feegrant.v1beta1.Grant[] = []

allowances that have been issued by the granter.

from field: repeated cosmos.feegrant.v1beta1.Grant allowances = 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.feegrant.v1beta1.QueryAllowancesByGranterResponse" = "cosmos.feegrant.v1beta1.QueryAllowancesByGranterResponse"

Methods