C# 클래스 Coinium.Core.Coin.Daemon.DaemonRequest

Class containing data sent to the Bitcoin wallet as a JSON RPC call.
파일 보기 프로젝트 열기: Ziftr/CoiniumServ 1 사용 예제들

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[]