Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { sync.RWMutex URL *url.URL FailsCount uint64 // contains filtered or unexported fields }
Client struct
func (*Client) SubmitHashrate ¶
SubmitHashrate func
func (*Client) SubmitWork ¶
SubmitWork func
type GetBlockReply ¶
GetBlockReply struct
type JSONRpcResp ¶
type JSONRpcResp struct { ID *json.RawMessage `json:"id"` Result *json.RawMessage `json:"result"` Error map[string]interface{} `json:"error"` }
JSONRpcResp struct
Click to show internal directories.
Click to hide internal directories.