Casper.Network.SDK
Show / Hide Table of Contents

Class BlockSynchronizerStatus

The status of the block synchronizer.

Inheritance
object
BlockSynchronizerStatus
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockSynchronizerStatus

Properties

| Edit this page View Source

Forward

The status of syncing a forward block, if any.

Declaration
[JsonPropertyName("forward")]
public BlockSyncStatus Forward { get; init; }
Property Value
Type Description
BlockSyncStatus
| Edit this page View Source

Historical

The status of syncing a historical block, if any.

Declaration
[JsonPropertyName("historical")]
public BlockSyncStatus Historical { get; init; }
Property Value
Type Description
BlockSyncStatus
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC