Class StateIdentifier
Inheritance
StateIdentifier
Assembly: Casper.Network.SDK.dll
Syntax
public class StateIdentifier
Methods
|
Edit this page
View Source
GetParam()
Declaration
public Dictionary<string, object> GetParam()
Returns
|
Edit this page
View Source
WithBlockHash(string)
Declaration
public static StateIdentifier WithBlockHash(string blockHash)
Parameters
| Type |
Name |
Description |
| string |
blockHash |
|
Returns
|
Edit this page
View Source
WithBlockHeight(ulong)
Declaration
public static StateIdentifier WithBlockHeight(ulong blockHeight)
Parameters
| Type |
Name |
Description |
| ulong |
blockHeight |
|
Returns
|
Edit this page
View Source
WithStateRootHash(string)
Declaration
public static StateIdentifier WithStateRootHash(string stateRootHash)
Parameters
| Type |
Name |
Description |
| string |
stateRootHash |
|
Returns