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

Function NewAppModuleBasic

x/token/module.go:48–50  ·  view source on GitHub ↗
(cdc codec.BinaryCodec)

Source from the content-addressed store, hash-verified

46}
47
48func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic {
49 return AppModuleBasic{cdc: cdc}
50}
51
52// Name returns the module's name.
53func (AppModuleBasic) Name() string {

Callers 1

NewAppModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected