Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 | |
Результат | System.Collections.Generic |