Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2023 Changes in this version + type Database interface + DeleteAllRelationships func(height int64, subspaceID uint64) error + DeleteAllUserBlocks func(height int64, subspaceID uint64) error + DeleteBlockage func(block types.Blockage) error + DeleteRelationship func(relationship types.Relationship) error + SaveRelationship func(relationship types.Relationship) error + SaveUserBlock func(block types.Blockage) error + type Module struct + func NewModule(profilesModule ProfilesModule, grpcConnection *grpc.ClientConn, ...) *Module + func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error + func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error + func (m *Module) HandleMsgExec(index int, _ *authz.MsgExec, _ int, executedMsg sdk.Msg, tx *juno.Tx) error + func (m *Module) Name() string + func (m *Module) RefreshRelationshipsData(height int64, subspaceID uint64) error + func (m *Module) RefreshUserBlocksData(height int64, subspaceID uint64) error + type ProfilesModule interface + UpdateProfiles func(height int64, addresses []string) error Other modules containing this package github.com/desmos-labs/athena/v2