Class EraSummary
The summary of an era
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraSummary
Properties
| Edit this page View SourceBlockHash
The block hash
Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
EraId
The Era Id
Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
MerkleProof
The merkle proof.
Declaration
[JsonPropertyName("merkle_proof")]
public string MerkleProof { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
StateRootHash
Hex-encoded hash of the state root.
Declaration
[JsonPropertyName("state_root_hash")]
public string StateRootHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
StoredValue
The StoredValue containing era information.
Declaration
[JsonPropertyName("stored_value")]
[JsonConverter(typeof(StoredValue.StoredValueConverter))]
public StoredValue StoredValue { get; init; }
Property Value
| Type | Description |
|---|---|
| StoredValue |