Casper.Network.SDK
Show / Hide Table of Contents

Class StateIdentifier

Inheritance
object
StateIdentifier
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class StateIdentifier

Methods

| Edit this page View Source

GetParam()

Declaration
public Dictionary<string, object> GetParam()
Returns
Type Description
Dictionary<string, object>
| Edit this page View Source

WithBlockHash(string)

Declaration
public static StateIdentifier WithBlockHash(string blockHash)
Parameters
Type Name Description
string blockHash
Returns
Type Description
StateIdentifier
| Edit this page View Source

WithBlockHeight(ulong)

Declaration
public static StateIdentifier WithBlockHeight(ulong blockHeight)
Parameters
Type Name Description
ulong blockHeight
Returns
Type Description
StateIdentifier
| Edit this page View Source

WithStateRootHash(string)

Declaration
public static StateIdentifier WithStateRootHash(string stateRootHash)
Parameters
Type Name Description
string stateRootHash
Returns
Type Description
StateIdentifier
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC