C# 클래스 BitSharper.VersionMessage

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

공개 메소드들

메소드 설명
BitcoinSerializeToStream ( Stream buf ) : void
HasBlockChain ( ) : bool

Returns true if the version message indicates the sender has a full copy of the block chain, or if it's running in client mode (only has the headers).

VersionMessage ( NetworkParameters @params, byte msg ) : System
VersionMessage ( NetworkParameters @params, uint newBestHeight ) : System

보호된 메소드들

메소드 설명
Parse ( ) : void

메소드 상세

BitcoinSerializeToStream() 공개 메소드

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

HasBlockChain() 공개 메소드

Returns true if the version message indicates the sender has a full copy of the block chain, or if it's running in client mode (only has the headers).
public HasBlockChain ( ) : bool
리턴 bool

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

VersionMessage() 공개 메소드

public VersionMessage ( NetworkParameters @params, byte msg ) : System
@params NetworkParameters
msg byte
리턴 System

VersionMessage() 공개 메소드

public VersionMessage ( NetworkParameters @params, uint newBestHeight ) : System
@params NetworkParameters
newBestHeight uint
리턴 System