MCPcopy Create free account
hub / github.com/akash-network/node / NewAppModule

Function NewAppModule

x/epochs/module.go:56–60  ·  view source on GitHub ↗

NewAppModule creates a new AppModule object.

(keeper keeper.Keeper)

Source from the content-addressed store, hash-verified

54
55// NewAppModule creates a new AppModule object.
56func NewAppModule(keeper keeper.Keeper) AppModule {
57 return AppModule{
58 keeper: keeper,
59 }
60}
61
62// IsAppModule implements the appmodule.AppModule interface.
63func (am AppModule) IsAppModule() {}

Callers 2

appModulesFunction · 0.92
appSimModulesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected