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

Struct AppModuleBasic

x/token/module.go:44–46  ·  view source on GitHub ↗

---------------------------------------------------------------------------- AppModuleBasic ---------------------------------------------------------------------------- AppModuleBasic implements the AppModuleBasic interface for the module.

Source from the content-addressed store, hash-verified

42
43// AppModuleBasic implements the AppModuleBasic interface for the module.
44type AppModuleBasic struct {
45 cdc codec.BinaryCodec
46}
47
48func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic {
49 return AppModuleBasic{cdc: cdc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected