Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StartCommandHandler ¶
type StartCommandHandler = func(svrCtx *server.Context, clientCtx client.Context, appCreator types.AppCreator, withCmt bool, opts server.StartCmdOptions) error
StartCommandHandler is the type that must implement the multiplexer to match Cosmos SDK start logic.
func New ¶
func New(versions abci.Versions) StartCommandHandler
New creates a command start handler to use in the Cosmos SDK server start options.
Click to show internal directories.
Click to hide internal directories.