C# 클래스 BitSharper.GetBlocksMessage

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

공개 메소드들

메소드 설명
BitcoinSerialize ( ) : byte[]
GetBlocksMessage ( NetworkParameters @params, IList locator, Sha256Hash stopHash ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
Parse ( ) : void

메소드 상세

BitcoinSerialize() 공개 메소드

public BitcoinSerialize ( ) : byte[]
리턴 byte[]

GetBlocksMessage() 공개 메소드

public GetBlocksMessage ( NetworkParameters @params, IList locator, Sha256Hash stopHash ) : System
@params NetworkParameters
locator IList
stopHash Sha256Hash
리턴 System

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string