Casper.Network.SDK
Show / Hide Table of Contents

Class BlockHeader

A block header

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

Properties

AccumulatedSeed

Accumulated seed.

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

BodyHash

The body hash.

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

EraEnd

The era end.

Declaration
public EraEnd EraEnd { get; set; }
Property Value
Type Description
EraEnd

EraId

The block era id.

Declaration
public ulong EraId { get; set; }
Property Value
Type Description
System.UInt64

Height

The block height.

Declaration
public ulong Height { get; set; }
Property Value
Type Description
System.UInt64

ParentHash

The parent hash.

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

ProtocolVersion

The protocol version.

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

RandomBit

Randomness bit.

Declaration
public bool RandomBit { get; set; }
Property Value
Type Description
System.Boolean

StateRootHash

The state root hash.

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

Timestamp

The block timestamp.

Declaration
public string Timestamp { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Maintained by MAKE Technology LLC