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

Function NewAppModule

x/verification/module.go:91–96  ·  view source on GitHub ↗
(cdc codec.Codec, k keeper.Keeper)

Source from the content-addressed store, hash-verified

89}
90
91func NewAppModule(cdc codec.Codec, k keeper.Keeper) AppModule {
92 return AppModule{
93 AppModuleBasic: AppModuleBasic{cdc: cdc},
94 keeper: k,
95 }
96}
97
98func (AppModule) Name() string {
99 return moduletypes.ModuleName

Callers 2

appModulesFunction · 0.92
appSimModulesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected