Casper.Network.SDK
Show / Hide Table of Contents

Class BlockSyncStatus

The status of syncing an individual block.

Inheritance
object
BlockSyncStatus
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 BlockSyncStatus

Properties

| Edit this page View Source

AcquisitionState

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
| Edit this page View Source

BlockHash

The block hash.

Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
Type Description
string
| Edit this page View Source

BlockHeight

The block hash.

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