Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2023 Changes in this version + type Database interface + DeleteExpiredFeeGrants func(time time.Time) error + DeleteFeeGrant func(granter string, grantee string, height int64) error + SaveFeeGrant func(grant types.FeeGrant) error + type Module struct + func NewModule(node node.Node, cdc codec.Codec, db Database) *Module + func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error + func (m *Module) Name() string + func (m *Module) RefreshFeeGrants(height int64) error Other modules containing this package github.com/desmos-labs/athena/v2