Versions in this module Expand all Collapse all v0 v0.16.0 May 25, 2022 Changes in this version + func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator types.AppCreator, ...) + func ConnectTmWS(tmRPCAddr, tmEndpoint string, logger tmlog.Logger) *rpcclient.WSClient + func MountGRPCWebServices(router *mux.Router, grpcWeb *grpcweb.WrappedGrpcServer, grpcResources []string, ...) + func StartCmd(appCreator types.AppCreator, defaultNodeHome string) *cobra.Command + func StartJSONRPC(ctx *server.Context, clientCtx client.Context, tmRPCAddr, tmEndpoint string, ...) (*http.Server, chan struct{}, error)