QueryAllowanceRequest is the request type for the Query/Allowance RPC method.

from message cosmos.feegrant.v1beta1.QueryAllowanceRequest

Hierarchy

Constructors

Properties

grantee: string = ""

grantee is the address of the user being granted an allowance of another user's funds.

from field: string grantee = 2;

granter: string = ""

granter is the address of the user granting an allowance of their funds.

from field: string granter = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.feegrant.v1beta1.QueryAllowanceRequest" = "cosmos.feegrant.v1beta1.QueryAllowanceRequest"

Methods