Class GetEraSummary
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetEraSummary : RpcMethod
Constructors
| Edit this page View SourceGetEraSummary(string)
Retrieves current era info from the network given a block hash
Declaration
public GetEraSummary(string blockHash)
Parameters
| Type | Name | Description |
|---|---|---|
| string | blockHash | Block hash. |
GetEraSummary(ulong)
Retrieves current era info from the network given a block height
Declaration
public GetEraSummary(ulong height)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | height | Block height. |