Casper.Network.SDK
Show / Hide Table of Contents

Class GetEraSummaryResult

Result for "chain_get_era_summary" RPC response.

Inheritance
object
RpcResult
GetEraSummaryResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetEraSummaryResult : RpcResult

Properties

| Edit this page View Source

EraSummary

The Era summary.

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