Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2023 Changes in this version + type Database interface + DeleteAuthzGrant func(granter string, grantee string, msgTypeURL string, height int64) error + DeleteExpiredGrants func(time time.Time) error + SaveAuthzGrant func(grant types.AuthzGrant) error + type Module struct + func NewModule(node node.Node, cdc codec.Codec, db Database) *Module + func (m *Module) HandleMsg(index int, msg sdk.Msg, tx *juno.Tx) error + func (m *Module) Name() string + func (m *Module) RefreshAuthorizations(height int64) error + func (m *Module) RegisterPeriodicOperations(scheduler *gocron.Scheduler) error Other modules containing this package github.com/desmos-labs/athena/v2