Class BlockDownloadState
A container that indicates the progress of a block download.
Inherited Members
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
[Equals]
public class BlockDownloadState
Properties
| Improve this Doc View SourceReceivedBlockCount
The number of currently received blocks.
Declaration
public int ReceivedBlockCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
ReceivedBlockHash
The hash digest of the block just received.
Declaration
public HashDigest<SHA256> ReceivedBlockHash { get; }
Property Value
Type | Description |
---|---|
HashDigest<SHA256> |
TotalBlockCount
Total number of blocks to receive in the current batch.
Declaration
public int TotalBlockCount { get; }
Property Value
Type | Description |
---|---|
Int32 |