Class BlockVerificationState
Indicates a progress of verifying blocks.
Inheritance
BlockVerificationState
Assembly: Libplanet.dll
Syntax
public class BlockVerificationState : PreloadState
Properties
|
Improve this Doc
View Source
CurrentPhase
Declaration
public override int CurrentPhase { get; }
Property Value
Overrides
|
Improve this Doc
View Source
TotalBlockCount
Total number of blocks to verify in the current batch.
Declaration
public long TotalBlockCount { get; }
Property Value
|
Improve this Doc
View Source
VerifiedBlockCount
The number of blocks that completed verification.
Declaration
public long VerifiedBlockCount { get; }
Property Value
|
Improve this Doc
View Source
VerifiedBlockHash
The hash digest of the block just verified.
Declaration
public HashDigest<SHA256> VerifiedBlockHash { get; }
Property Value
Operators
|
Improve this Doc
View Source
Equality(BlockVerificationState, BlockVerificationState)
Declaration
public static bool operator ==(BlockVerificationState left, BlockVerificationState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(BlockVerificationState, BlockVerificationState)
Declaration
public static bool operator !=(BlockVerificationState left, BlockVerificationState right)
Parameters
Returns