Casper.Network.SDK
Show / Hide Table of Contents

Class BlockSynchronizerStatus

The status of the block synchronizer.

Inheritance
System.Object
BlockSynchronizerStatus
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockSynchronizerStatus : object

Properties

Forward

The status of syncing a forward block, if any.

Declaration
public BlockSyncStatus Forward { get; set; }
Property Value
Type Description
BlockSyncStatus

Historical

The status of syncing a historical block, if any.

Declaration
public BlockSyncStatus Historical { get; set; }
Property Value
Type Description
BlockSyncStatus
In This Article
Back to top Maintained by MAKE Technology LLC