//
pkg.gl
Category
decred.org/dcrwallet
internal
rpc
jsonrpc
package
1.7.1
Repository:
https://github.com/decred/dcrwallet.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
50
Dependents
1
Files
5.2k SLOC
#
Functions
NewServer
NewServer creates a new server for serving JSON-RPC client connections, both HTTP POST and websocket.
UseLogger
UseLogger sets the package-wide logger.
#
Structs
Options
Options contains the required options for running the legacy RPC server.
Server
Server holds the items the RPC server may need to access (auth, config, shutdown, etc.).