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

Function NewAppModuleBasic

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

Source from the content-addressed store, hash-verified

44type AppModuleBasic struct{}
45
46func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic {
47 return AppModuleBasic{}
48}
49
50// Name returns the module's name.
51func (AppModuleBasic) Name() string {

Callers 1

NewAppModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected