Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2023 Changes in this version + type Module struct + func NewModule(modules []SmartContractModule) *Module + func (m Module) HandleMsg(index int, msg sdk.Msg, tx *juno.Tx) error + func (m Module) HandleMsgExec(index int, msgExec *authz.MsgExec, authzMsgIndex int, executedMsg sdk.Msg, ...) error + func (m Module) Name() string + func (m Module) RefreshData(height int64, subspaceID uint64) error + type SmartContractModule interface + RefreshData func(height int64, subspaceID uint64) error Other modules containing this package github.com/desmos-labs/athena/v2