StratumRpcRequest

Undocumented in source.

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