Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoolAppInit = server.AppInit{ AppGenState: CoolAppGenState, AppGenTx: server.SimpleAppGenTx, }
init parameters
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "Uscoin version info", Run: func(cmd *cobra.Command, args []string) { fmt.Println("tendermint version", tv.Version) fmt.Println("cosmos version", cv.GetVersion()) fmt.Println("kchain version", version.Version) fmt.Println("kchain commit version", version.GitCommit) fmt.Println("kchain build version", version.BuildVersion) }, }
VersionCmd ...
Functions ¶
func CoolAppGenState ¶
func CoolAppGenState(cdc *wire.Codec, appGenTxs []json.RawMessage) (appState json.RawMessage, err error)
coolGenAppParams sets up the app_state and appends the cool app state
func RunNodeCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.