C# Class BitSharper.GetBlocksMessage

Inheritance: Message
Afficher le fichier Open project: TangibleCryptography/BitSharper Class Usage Examples

Méthodes publiques

Méthode Description
BitcoinSerialize ( ) : byte[]
GetBlocksMessage ( NetworkParameters @params, IList locator, Sha256Hash stopHash ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

BitcoinSerialize() public méthode

public BitcoinSerialize ( ) : byte[]
Résultat byte[]

GetBlocksMessage() public méthode

public GetBlocksMessage ( NetworkParameters @params, IList locator, Sha256Hash stopHash ) : System
@params NetworkParameters
locator IList
stopHash Sha256Hash
Résultat System

Parse() protected méthode

protected Parse ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string