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