MCPcopy Create free account
hub / github.com/FirmaChain/firmachain / AppModule

Struct AppModule

x/contract/module.go:97–101  ·  view source on GitHub ↗

---------------------------------------------------------------------------- AppModule ---------------------------------------------------------------------------- AppModule implements the AppModule interface for the module.

Source from the content-addressed store, hash-verified

95
96// AppModule implements the AppModule interface for the module.
97type AppModule struct {
98 AppModuleBasic
99
100 keeper keeper.Keeper
101}
102
103func NewAppModule(cdc codec.Codec, keeper keeper.Keeper) AppModule {
104 return AppModule{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected