C# Класс Coinium.Core.Coin.Daemon.DaemonRequest

Class containing data sent to the Bitcoin wallet as a JSON RPC call.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

DaemonRequest() публичный Метод

Create a new JSON RPC request with the given id, method and optionally parameters.
public DaemonRequest ( int id, string method ) : System.Collections.Generic
id int
method string
Результат System.Collections.Generic

GetBytes() публичный Метод

Get the bytes of the JSON representation of this object.
public GetBytes ( ) : byte[]
Результат byte[]