lcd

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ServeCommand

func ServeCommand(cdc *codec.Codec, registerRoutesFn func(*RestServer)) *cobra.Command

ServeCommand will start the application REST service as a blocking process. It takes a codec to create a RestServer object and a function to register all necessary routes.

Types

type RestServer added in v0.27.0

type RestServer struct {
	Mux    *mux.Router
	CliCtx context.CLIContext
	// contains filtered or unexported fields
}

RestServer represents the Light Client Rest server

func NewRestServer added in v0.27.0

func NewRestServer(cdc *codec.Codec) *RestServer

NewRestServer creates a new rest server instance

func (*RestServer) Start added in v0.27.0

func (rs *RestServer) Start(listenAddr string, maxOpen int, readTimeout, writeTimeout uint, cors bool) error

Start starts the REST server that listens on the provided listenAddr. The REST service will use Tendermint's default RPC configuration, where the R/W timeout and max open connections are overridden.

func (*RestServer) StartWithConfig added in v1.0.0

func (rs *RestServer) StartWithConfig(listenAddr string, cors bool, cfg *rpcserver.Config) error

StartWithConfig starts the REST server that listens on the provided listenAddr. It will use the provided RPC configuration.

Directories

Path Synopsis
Package statik contains static assets.
Package statik contains static assets.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL