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

Function NewAppModule

x/audit/module.go:124–129  ·  view source on GitHub ↗

NewAppModule creates a new AppModule object

(cdc codec.Codec, k keeper.Keeper)

Source from the content-addressed store, hash-verified

122
123// NewAppModule creates a new AppModule object
124func NewAppModule(cdc codec.Codec, k keeper.Keeper) AppModule {
125 return AppModule{
126 AppModuleBasic: AppModuleBasic{cdc: cdc},
127 keeper: k,
128 }
129}
130
131// Name returns the provider module name
132func (AppModule) Name() string {

Callers 1

appModulesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected