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

Function NewAppModule

x/cert/module.go:109–114  ·  view source on GitHub ↗

NewAppModule creates a new AppModule object

(cdc codec.Codec, k keeper.Keeper)

Source from the content-addressed store, hash-verified

107
108// NewAppModule creates a new AppModule object
109func NewAppModule(cdc codec.Codec, k keeper.Keeper) AppModule {
110 return AppModule{
111 AppModuleBasic: AppModuleBasic{cdc: cdc},
112 keeper: k,
113 }
114}
115
116// Name returns the provider module name
117func (AppModule) Name() string {

Callers 2

appModulesFunction · 0.92
appSimModulesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected