C# 클래스 BitSharper.TransactionOutPoint

상속: Message
파일 보기 프로젝트 열기: TangibleCryptography/BitSharper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TransactionOutPoint System

공개 메소드들

메소드 설명
BitcoinSerializeToStream ( Stream stream ) : void
ToString ( ) : string
TransactionOutPoint ( NetworkParameters @params, byte payload, int offset ) : System

Deserializes the message. This is usually part of a transaction message.

보호된 메소드들

메소드 설명
Parse ( ) : void

비공개 메소드들

메소드 설명
TransactionOutPoint ( NetworkParameters @params, int index, Transaction fromTx ) : System

메소드 상세

BitcoinSerializeToStream() 공개 메소드

public BitcoinSerializeToStream ( Stream stream ) : void
stream Stream
리턴 void

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransactionOutPoint() 공개 메소드

Deserializes the message. This is usually part of a transaction message.
public TransactionOutPoint ( NetworkParameters @params, byte payload, int offset ) : System
@params NetworkParameters
payload byte
offset int
리턴 System