Class GetEraSummary
Inherited Members
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. |