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

Struct AppModuleBasic

x/nft/module.go:44–44  ·  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
46func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic {
47 return AppModuleBasic{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected