Casper.Network.SDK
Show / Hide Table of Contents

Class BlockSyncStatus

The status of syncing an individual block.

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

Properties

AcquisitionState

The state of acquisition of the data associated with the block.

Declaration
public string AcquisitionState { get; set; }
Property Value
Type Description
System.String

BlockHash

The block hash.

Declaration
public string BlockHash { get; set; }
Property Value
Type Description
System.String

BlockHeight

The block hash.

Declaration
public ulong? BlockHeight { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>
In This Article
Back to top Maintained by MAKE Technology LLC