Class BlockHashDownloadState
Indicates a progress of downloading block hashes.
Inheritance
BlockHashDownloadState
Assembly: Libplanet.Net.dll
Syntax
public class BlockHashDownloadState : BlockSyncState, IEquatable<BlockSyncState>, IEquatable<BlockHashDownloadState>
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
Methods
|
Improve this Doc
View Source
Equals(BlockHashDownloadState)
Indicates a progress of downloading block hashes.
Declaration
public bool Equals(BlockHashDownloadState other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Indicates a progress of downloading block hashes.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Indicates a progress of downloading block hashes.
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(BlockHashDownloadState, BlockHashDownloadState)
Indicates a progress of downloading block hashes.
Declaration
public static bool operator ==(BlockHashDownloadState left, BlockHashDownloadState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(BlockHashDownloadState, BlockHashDownloadState)
Indicates a progress of downloading block hashes.
Declaration
public static bool operator !=(BlockHashDownloadState left, BlockHashDownloadState right)
Parameters
Returns
Implements