Class BlockSyncStatus
The status of syncing an individual block.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockSyncStatus
Properties
| Edit this page View SourceAcquisitionState
The state of acquisition of the data associated with the block.
Declaration
[JsonPropertyName("acquisition_state")]
public string AcquisitionState { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
BlockHash
The block hash.
Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
BlockHeight
The block hash.
Declaration
[JsonPropertyName("block_height")]
public ulong? BlockHeight { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong? |