Class StateIdentifier
Inheritance
System.Object
StateIdentifier
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
WithBlockHeight(Int32)
Declaration
public static StateIdentifier WithBlockHeight(int blockHeight)
Parameters
Type |
Name |
Description |
System.Int32 |
blockHeight |
|
Returns
WithStateRootHash(String)
Declaration
public static StateIdentifier WithStateRootHash(string stateRootHash)
Parameters
Type |
Name |
Description |
System.String |
stateRootHash |
|
Returns