C# Класс BitSharp.Network.Domain.GetBlocksPayload

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BlockLocatorHashes ImmutableArray
HashStop UInt256
Version System.UInt32

Открытые методы

Метод Описание
GetBlocksPayload ( UInt32 Version, ImmutableArray BlockLocatorHashes, UInt256 HashStop ) : BitSharp.Common

Описание методов

GetBlocksPayload() публичный Метод

public GetBlocksPayload ( UInt32 Version, ImmutableArray BlockLocatorHashes, UInt256 HashStop ) : BitSharp.Common
Version System.UInt32
BlockLocatorHashes ImmutableArray
HashStop UInt256
Результат BitSharp.Common

Описание свойств

BlockLocatorHashes публичное свойство

public ImmutableArray BlockLocatorHashes
Результат ImmutableArray

HashStop публичное свойство

public UInt256 HashStop
Результат UInt256

Version публичное свойство

public UInt32,System Version
Результат System.UInt32