rpc ~master (2019-04-11T21:28:52Z)
Dub
Repo
StratumRpcRequest
rpc
protocol
stratum
Undocumented in source.
class
StratumRpcRequest : JsonRpcRequest!int {
static
StratumRpcRequest
make
(int id, string method, T params);
static
StratumRpcRequest
make
(int id, string method);
Json
toJson
();
static
StratumRpcRequest
fromJson
(Json src);
}
Members
Functions
toJson
Json
toJson
()
Strip the "jsonrpc" field.
Static functions
fromJson
StratumRpcRequest
fromJson
(Json src)
Strip the "jsonrpc" field.
make
StratumRpcRequest
make
(int id, string method, T params)
Undocumented in source. Be warned that the author may not have intended to support it.
make
StratumRpcRequest
make
(int id, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rpc
protocol
stratum
classes
HTTPStratumRPCServer
HttpStratumRpcAutoClient
RawStratumRPCServer
RawStratumRpcAutoClient
StratumRpcAutoClient
StratumRpcRequest
StratumRpcResponse
TCPStratumRPCServer
TcpStratumRpcAutoClient