Casper.Network.SDK
Show / Hide Table of Contents

Class StateIdentifier

Inheritance
System.Object
StateIdentifier
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class StateIdentifier : object

Methods

GetParam()

Declaration
public Dictionary<string, object> GetParam()
Returns
Type Description
Dictionary<System.String, System.Object>

WithBlockHash(String)

Declaration
public static StateIdentifier WithBlockHash(string blockHash)
Parameters
Type Name Description
System.String blockHash
Returns
Type Description
StateIdentifier

WithBlockHeight(Int32)

Declaration
public static StateIdentifier WithBlockHeight(int blockHeight)
Parameters
Type Name Description
System.Int32 blockHeight
Returns
Type Description
StateIdentifier

WithStateRootHash(String)

Declaration
public static StateIdentifier WithStateRootHash(string stateRootHash)
Parameters
Type Name Description
System.String stateRootHash
Returns
Type Description
StateIdentifier
In This Article
Back to top Maintained by MAKE Technology LLC