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

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

Private Properties

Property Type Description

Public Methods

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.

Method Details

DaemonRequest() public method

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
return System.Collections.Generic

GetBytes() public method

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