Class EraSummary
The summary of an era
Inheritance
System.Object
EraSummary
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraSummary : object
Properties
BlockHash
The block hash
Declaration
public string BlockHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EraId
The Era Id
Declaration
public ulong EraId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
MerkleProof
The merkle proof.
Declaration
public string MerkleProof { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateRootHash
Hex-encoded hash of the state root.
Declaration
public string StateRootHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StoredValue
The StoredValue containing era information.
Declaration
public StoredValue StoredValue { get; set; }
Property Value
Type | Description |
---|---|
StoredValue |