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

Function NewAppModule

x/wasm/module.go:103–108  ·  view source on GitHub ↗

NewAppModule creates a new AppModule object

(cdc codec.Codec, k keeper.Keeper)

Source from the content-addressed store, hash-verified

101
102// NewAppModule creates a new AppModule object
103func NewAppModule(cdc codec.Codec, k keeper.Keeper) AppModule {
104 return AppModule{
105 AppModuleBasic: AppModuleBasic{cdc: cdc},
106 keeper: k,
107 }
108}
109
110// Name returns the provider module name
111func (AppModule) Name() string {

Callers 2

appModulesFunction · 0.92
appSimModulesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected