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

Function NewAppModule

x/oracle/module.go:114–119  ·  view source on GitHub ↗

NewAppModule creates a new AppModule object

(cdc codec.Codec, k keeper.Keeper)

Source from the content-addressed store, hash-verified

112
113// NewAppModule creates a new AppModule object
114func NewAppModule(cdc codec.Codec, k keeper.Keeper) AppModule {
115 return AppModule{
116 AppModuleBasic: AppModuleBasic{cdc: cdc},
117 keeper: k,
118 }
119}
120
121// Name returns the provider module name
122func (AppModule) Name() string {

Callers 2

appModulesFunction · 0.92
appSimModulesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected