Closed buck54321 closed 4 years ago
An RPC client that inherits from rpc.Client, but uses ws.Client to send and receive.
rpc.Client
ws.Client
Some dcrd RPC functionality that is needed for wallets is exposed only via websockets.
An RPC client that inherits from
rpc.Client
, but usesws.Client
to send and receive.Some dcrd RPC functionality that is needed for wallets is exposed only via websockets.