Constructor JsonRpcRequest
JsonRpcRequest(JsonRpcId, String)
Initialises a new parameterless JSON-RPC request instance.
Declaration
public JsonRpcRequest(JsonRpcId id, string method)
Parameters
Type | Name | Description |
---|---|---|
JsonRpcId | id | ID of RPC request. |
String | method | Name of RPC method. |