Class BlockVerificationState
Indicates a progress of verifying blocks.
Inheritance
BlockVerificationState
Assembly: Libplanet.Net.dll
Syntax
public class BlockVerificationState : BlockSyncState, IEquatable<BlockSyncState>, IEquatable<BlockVerificationState>
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 BlockHash VerifiedBlockHash { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(BlockVerificationState)
Indicates a progress of verifying blocks.
Declaration
public bool Equals(BlockVerificationState other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Indicates a progress of verifying blocks.
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 verifying blocks.
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(BlockVerificationState, BlockVerificationState)
Indicates a progress of verifying blocks.
Declaration
public static bool operator ==(BlockVerificationState left, BlockVerificationState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(BlockVerificationState, BlockVerificationState)
Indicates a progress of verifying blocks.
Declaration
public static bool operator !=(BlockVerificationState left, BlockVerificationState right)
Parameters
Returns
Implements