C# Class BitSharper.VersionMessage

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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

BitcoinSerializeToStream() public méthode

public BitcoinSerializeToStream ( Stream buf ) : void
buf Stream
Résultat void

HasBlockChain() public méthode

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
Résultat bool

Parse() protected méthode

protected Parse ( ) : void
Résultat void

VersionMessage() public méthode

public VersionMessage ( NetworkParameters @params, byte msg ) : System
@params NetworkParameters
msg byte
Résultat System

VersionMessage() public méthode

public VersionMessage ( NetworkParameters @params, uint newBestHeight ) : System
@params NetworkParameters
newBestHeight uint
Résultat System