C# Class Coinium.Core.Coin.Daemon.DaemonRequest

Class containing data sent to the Bitcoin wallet as a JSON RPC call.
Afficher le fichier Open project: Ziftr/CoiniumServ Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Method Details

DaemonRequest() public méthode

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
Résultat System.Collections.Generic

GetBytes() public méthode

Get the bytes of the JSON representation of this object.
public GetBytes ( ) : byte[]
Résultat byte[]