C# 클래스 BitCoinClient.TransactionInput

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

공개 메소드들

메소드 설명
IsFinal ( ) : bool
IsPeviousNull ( ) : bool
TransactionInput ( ) : System
TransactionInput ( BinaryReader br ) : System

메소드 상세

IsFinal() 공개 메소드

public IsFinal ( ) : bool
리턴 bool

IsPeviousNull() 공개 메소드

public IsPeviousNull ( ) : bool
리턴 bool

TransactionInput() 공개 메소드

public TransactionInput ( ) : System
리턴 System

TransactionInput() 공개 메소드

public TransactionInput ( BinaryReader br ) : System
br System.IO.BinaryReader
리턴 System