Property | Type | Description |
---|
Method | Description | |
---|---|---|
DaemonRequest ( int id, string method ) : System.Collections.Generic |
Create a new JSON RPC request with the given id, method and optionally parameters.
|
|
GetBytes ( ) : byte[] |
Get the bytes of the JSON representation of this object.
|
public DaemonRequest ( int id, string method ) : System.Collections.Generic | ||
id | int | |
method | string | |
return | System.Collections.Generic |