Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Router *mux.Router ClientCtx client.Context // contains filtered or unexported fields }
Server defines the server's API interface.
func (*Server) Start ¶
Start starts the API server. Internally, the API server leverages Tendermint's JSON RPC server. Configuration options are provided via config.APIConfig and are delegated to the Tendermint JSON RPC server. The process is non-blocking, so an external signal handler must be used.
Click to show internal directories.
Click to hide internal directories.