IJsonRpcClient

Represents a Json rpc client.

alias IJsonRpcClient(TId, TReq : JsonRpcRequest!TId, TResp : JsonRpcResponse!TId) = IRpcClient!(TId, TReq, TResp)

Meta