Documentation ¶
Overview ¶
Package rpcserver implements the RPC API and is used by the main package to start gRPC services.
Full documentation of the API implemented by this package is maintained in a language-agnostic document:
https://github.com/decred/dcrwallet/blob/master/rpc/documentation/api.md
Any API changes must be performed according to the steps listed here:
https://github.com/decred/dcrwallet/blob/master/rpc/documentation/serverchanges.md
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableLog ¶
func DisableLog()
DisableLog disables all library log output. Logging output is disabled by default until either UseLogger or SetLogWriter are called.
func StartStakepooldService ¶
StartStakepooldService creates an implementation of the StakepooldService and registers it.
func StartVersionService ¶
StartVersionService creates an implementation of the VersionService and registers it with the gRPC server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.