Class BlockSynchronizerStatus
The status of the block synchronizer.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockSynchronizerStatus
Properties
| Edit this page View SourceForward
The status of syncing a forward block, if any.
Declaration
[JsonPropertyName("forward")]
public BlockSyncStatus Forward { get; init; }
Property Value
| Type | Description |
|---|---|
| BlockSyncStatus |
Historical
The status of syncing a historical block, if any.
Declaration
[JsonPropertyName("historical")]
public BlockSyncStatus Historical { get; init; }
Property Value
| Type | Description |
|---|---|
| BlockSyncStatus |