Versions in this module Expand all Collapse all v0 v0.3.0 Jul 24, 2025 Changes in this version + const FlagNetworkSoftConfirmation + func InitCmd() *cobra.Command + func InitRunE(cmd *cobra.Command, args []string) error + func MigrateToRollkitCmd() *cobra.Command + func NewLogAdapter(logger log.Logger) rlog.EventLogger + type StartCommandHandler = func(svrCtx *server.Context, clientCtx client.Context, ...) error v0.2.0 Apr 7, 2025 Changes in this version + func AddFlags(cmd *cobra.Command) + func GetNodeKey(nodeKey *p2p.NodeKey) (crypto.PrivKey, error) + func StartHandler[T sdktypes.Application](rootCmd *cobra.Command) func(svrCtx *server.Context, clientCtx client.Context, ...) error