C# 클래스 BitCoinClient.Bitcoin

파일 보기 프로젝트 열기: GarageGames/Bitcoin 1 사용 예제들

공개 메소드들

메소드 설명
AddNode ( string nodeAddr, ushort nodePort = 8333 ) : void
Bitcoin ( ) : System
GetTransactions ( ) : BitCoinClient.Transaction[]
HandleInvPacket ( NodeConnection node, byte payload ) : void
LoadTransaction ( byte data ) : void

메소드 상세

AddNode() 공개 메소드

public AddNode ( string nodeAddr, ushort nodePort = 8333 ) : void
nodeAddr string
nodePort ushort
리턴 void

Bitcoin() 공개 메소드

public Bitcoin ( ) : System
리턴 System

GetTransactions() 공개 메소드

public GetTransactions ( ) : BitCoinClient.Transaction[]
리턴 BitCoinClient.Transaction[]

HandleInvPacket() 공개 메소드

public HandleInvPacket ( NodeConnection node, byte payload ) : void
node NodeConnection
payload byte
리턴 void

LoadTransaction() 공개 메소드

public LoadTransaction ( byte data ) : void
data byte
리턴 void