Casper.Network.SDK
Show / Hide Table of Contents

Class GetEraSummary

Inheritance
System.Object
RpcMethod
GetEraSummary
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetEraSummary : RpcMethod

Constructors

GetEraSummary(Int32)

Retrieves current era info from the network given a block height

Declaration
public GetEraSummary(int height)
Parameters
Type Name Description
System.Int32 height

Block height.

GetEraSummary(String)

Retrieves current era info from the network given a block hash

Declaration
public GetEraSummary(string blockHash)
Parameters
Type Name Description
System.String blockHash

Block hash.

In This Article
Back to top Maintained by MAKE Technology LLC