Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a JSON-RPC client that communicates over a WebSocket connection.
func NewFromClient ¶
NewFromClient creates a new JSON-RPC WebSocket client from an existing WebSocket client.
type Config ¶
type Config struct {
Client *ws.ClientConfig // WebSocket client configuration
}
func (*Config) SetDefault ¶
Click to show internal directories.
Click to hide internal directories.