C# Class BitSharp.Network.Domain.GetBlocksPayload

Show file Open project: pmlyon/BitSharp

Public Properties

Property Type Description
BlockLocatorHashes ImmutableArray
HashStop UInt256
Version System.UInt32

Public Methods

Method Description
GetBlocksPayload ( UInt32 Version, ImmutableArray BlockLocatorHashes, UInt256 HashStop ) : BitSharp.Common

Method Details

GetBlocksPayload() public method

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

Property Details

BlockLocatorHashes public property

public ImmutableArray BlockLocatorHashes
return ImmutableArray

HashStop public property

public UInt256 HashStop
return UInt256

Version public property

public UInt32,System Version
return System.UInt32