Show / Hide Table of Contents

Class BlockVerificationState

Indicates a progress of verifying blocks.

Inheritance
Object
BlockSyncState
BlockVerificationState
Implements
IEquatable<BlockSyncState>
IEquatable<BlockVerificationState>
Inherited Members
BlockSyncState.TotalPhase
BlockSyncState.Equals(BlockSyncState)
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public class BlockVerificationState : BlockSyncState, IEquatable<BlockSyncState>, IEquatable<BlockVerificationState>

Properties

| Improve this Doc View Source

CurrentPhase

The current phase.

Declaration
public override int CurrentPhase { get; }
Property Value
Type Description
Int32
Overrides
BlockSyncState.CurrentPhase
| Improve this Doc View Source

TotalBlockCount

Total number of blocks to verify in the current batch.

Declaration
public long TotalBlockCount { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

VerifiedBlockCount

The number of blocks that completed verification.

Declaration
public long VerifiedBlockCount { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

VerifiedBlockHash

The hash digest of the block just verified.

Declaration
public BlockHash VerifiedBlockHash { get; }
Property Value
Type Description
BlockHash

Methods

| Improve this Doc View Source

Equals(BlockVerificationState)

Indicates a progress of verifying blocks.

Declaration
public bool Equals(BlockVerificationState other)
Parameters
Type Name Description
BlockVerificationState other
Returns
Type Description
Boolean
| 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
Type Description
Boolean
Overrides
BlockSyncState.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Indicates a progress of verifying blocks.

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
BlockSyncState.GetHashCode()

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
Type Name Description
BlockVerificationState left
BlockVerificationState right
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(BlockVerificationState, BlockVerificationState)

Indicates a progress of verifying blocks.

Declaration
public static bool operator !=(BlockVerificationState left, BlockVerificationState right)
Parameters
Type Name Description
BlockVerificationState left
BlockVerificationState right
Returns
Type Description
Boolean

Implements

System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium