StratumRpcAutoClient

Undocumented in source.

Constructors

this
this(RPCClient client, RpcInterfaceSettings settings)
Undocumented in source.

Members

Aliases

AutoClient
alias AutoClient(I) = JsonRpcAutoClient!(I, TId, TReq, TResp)
Undocumented in source.
RPCClient
alias RPCClient = IRpcClient!(TId, TReq, TResp)
Undocumented in source.
TId
alias TId = int
Undocumented in source.
TReq
alias TReq = StratumRpcRequest
Undocumented in source.
TResp
alias TResp = StratumRpcResponse
Undocumented in source.

Functions

executeMethod
ReturnType!Func executeMethod(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

client
auto client [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_autoClient
AutoClient!I _autoClient;
Undocumented in source.

Meta