Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + var FeeAllowanceKeyPrefix = []byte + var FeeAllowanceQueueKeyPrefix = []byte + var ModuleName = "feegrant" + func FeeAllowanceKey(granter sdk.AccAddress, grantee sdk.AccAddress) []byte + func FeeAllowancePrefixByGrantee(grantee sdk.AccAddress) []byte + func FeeAllowancePrefixQueue(exp *time.Time, key []byte) []byte + func MigrateStore(ctx types.Context, storeKey storetypes.StoreKey, cdc codec.BinaryCodec) error