Documentation
¶
Index ¶
Constants ¶
View Source
const ( PathAppModule = "app" PathAppGo = "app/app.go" PathIBCConfigGo = "app/ibc.go" PathAppConfigGo = "app/app_config.go" )
View Source
const ( // Placeholders in app.go PlaceholderSgAppInitGenesis = "// this line is used by starport scaffolding # stargate/app/initGenesis" PlaceholderSgAppBeginBlockers = "// this line is used by starport scaffolding # stargate/app/beginBlockers" PlaceholderSgAppEndBlockers = "// this line is used by starport scaffolding # stargate/app/endBlockers" PlaceholderSgAppModuleConfig = "// this line is used by starport scaffolding # stargate/app/moduleConfig" // Placeholders IBC PlaceholderIBCKeysName = "// this line is used by starport scaffolding # ibc/keys/name" PlaceholderIBCKeysPort = "// this line is used by starport scaffolding # ibc/keys/port" PlaceholderIBCNewModule = "// this line is used by starport scaffolding # ibc/app/module" )
Variables ¶
This section is empty.
Functions ¶
func ProtoModulePackageName ¶
ProtoModulePackageName creates a protocol buffer module package name for an app module.
func ProtoPackageName ¶
ProtoPackageName creates a protocol buffer package name for an app module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.