Casper.Network.SDK
Show / Hide Table of Contents

Class GetEraInfoBySwitchBlock

Inheritance
object
RpcMethod
GetEraInfoBySwitchBlock
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetEraInfoBySwitchBlock : RpcMethod

Constructors

| Edit this page View Source

GetEraInfoBySwitchBlock(string)

Retrieves an EraInfo from the network given a switch block

Declaration
public GetEraInfoBySwitchBlock(string blockHash)
Parameters
Type Name Description
string blockHash

Block hash of a switch block.

| Edit this page View Source

GetEraInfoBySwitchBlock(ulong)

Retrieves an EraInfo from the network given a switch block.

Declaration
public GetEraInfoBySwitchBlock(ulong height)
Parameters
Type Name Description
ulong height

Block height of a switch block.

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC