Class GetStateRootHash
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetStateRootHash : RpcMethod
Constructors
| Edit this page View SourceGetStateRootHash(string)
Returns a state root hash at a given Block
Declaration
public GetStateRootHash(string blockHash = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | blockHash | Block hash for which the state root is queried. Null for the most recent. |
GetStateRootHash(ulong)
Returns the state root hash at a given Block
Declaration
public GetStateRootHash(ulong height)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | height | Block height for which the state root is queried. |