Versions in this module Expand all Collapse all v2 v2.1.0 Mar 7, 2024 v2.0.0 Feb 2, 2024 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