Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
type
AppModuleBasic
struct
{}
45
46
func
NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic {
47
return
AppModuleBasic{}
48
}
49
50
// Name returns the module's name.
51
func
(AppModuleBasic) Name() string {
Callers
1
NewAppModule
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected