Casper.Network.SDK
Show / Hide Table of Contents

Class GetEraSummaryResult

Result for "chain_get_era_summary" RPC response.

Inheritance
System.Object
RpcResult
GetEraSummaryResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetEraSummaryResult : RpcResult

Properties

EraSummary

The Era summary.

Declaration
public EraSummary EraSummary { get; set; }
Property Value
Type Description
EraSummary
In This Article
Back to top Maintained by MAKE Technology LLC