C# Class BitSharp.Network.Domain.GetBlocksPayload

Afficher le fichier Open project: pmlyon/BitSharp

Méthodes publiques

Свойство Type Description
BlockLocatorHashes ImmutableArray
HashStop UInt256
Version System.UInt32

Méthodes publiques

Méthode Description
GetBlocksPayload ( UInt32 Version, ImmutableArray BlockLocatorHashes, UInt256 HashStop ) : BitSharp.Common

Method Details

GetBlocksPayload() public méthode

public GetBlocksPayload ( UInt32 Version, ImmutableArray BlockLocatorHashes, UInt256 HashStop ) : BitSharp.Common
Version System.UInt32
BlockLocatorHashes ImmutableArray
HashStop UInt256
Résultat BitSharp.Common

Property Details

BlockLocatorHashes public_oe property

public ImmutableArray BlockLocatorHashes
Résultat ImmutableArray

HashStop public_oe property

public UInt256 HashStop
Résultat UInt256

Version public_oe property

public UInt32,System Version
Résultat System.UInt32