QueryAllowancesResponse is the response type for the Query/Allowances RPC method.

from message cosmos.feegrant.v1beta1.QueryAllowancesResponse

Hierarchy

Constructors

Properties

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

allowances are allowance's granted for grantee by 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.QueryAllowancesResponse" = "cosmos.feegrant.v1beta1.QueryAllowancesResponse"

Methods