Casper.Network.SDK
Show / Hide Table of Contents

Class EraSummary

The summary of an era

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

Properties

| 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

EraId

The Era Id

Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

MerkleProof

The merkle proof.

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

StateRootHash

Hex-encoded hash of the state root.

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

StoredValue

The StoredValue containing era information.

Declaration
[JsonPropertyName("stored_value")]
[JsonConverter(typeof(StoredValue.StoredValueConverter))]
public StoredValue StoredValue { get; init; }
Property Value
Type Description
StoredValue
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC