Grant is stored in the KVStore to record a grant with full context

from message cosmos.feegrant.v1beta1.Grant

Hierarchy

Constructors

Properties

allowance?: Any

allowance can be any of basic, periodic, allowed fee allowance.

from field: google.protobuf.Any allowance = 3;

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.Grant" = "cosmos.feegrant.v1beta1.Grant"

Methods