Class BlockHashDownloadState
Indicates a progress of downloading block hashes.
Inheritance
BlockHashDownloadState
Assembly: Libplanet.dll
Syntax
public class BlockHashDownloadState : PreloadState
Properties
|
Improve this Doc
View Source
CurrentPhase
Declaration
public override int CurrentPhase { get; }
Property Value
Overrides
|
Improve this Doc
View Source
EstimatedTotalBlockHashCount
The estimated number of block hashes to receive in the current batch.
Declaration
public long EstimatedTotalBlockHashCount { get; }
Property Value
|
Improve this Doc
View Source
ReceivedBlockHashCount
The number of currently received block hashes.
Declaration
public long ReceivedBlockHashCount { get; }
Property Value
|
Improve this Doc
View Source
SourcePeer
The peer which sent the block hashes.
Declaration
public BoundPeer SourcePeer { get; }
Property Value
Operators
|
Improve this Doc
View Source
Equality(BlockHashDownloadState, BlockHashDownloadState)
Declaration
public static bool operator ==(BlockHashDownloadState left, BlockHashDownloadState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(BlockHashDownloadState, BlockHashDownloadState)
Declaration
public static bool operator !=(BlockHashDownloadState left, BlockHashDownloadState right)
Parameters
Returns