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

Struct AppModule

x/token/module.go:102–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

100
101// AppModule implements the AppModule interface for the module.
102type AppModule struct {
103 AppModuleBasic
104
105 keeper keeper.Keeper
106}
107
108func NewAppModule(cdc codec.Codec, keeper keeper.Keeper) AppModule {
109 return AppModule{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected