Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 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, granterAddrBz []byte) []byte + func MigrateStore(ctx types.Context, storeKey storetypes.StoreKey, cdc codec.BinaryCodec) error