Casper.Network.SDK
Show / Hide Table of Contents

Class GetStateRootHash

Inheritance
System.Object
RpcMethod
GetStateRootHash
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetStateRootHash : RpcMethod

Constructors

GetStateRootHash(Int32)

Returns the state root hash at a given Block

Declaration
public GetStateRootHash(int height)
Parameters
Type Name Description
System.Int32 height

Block height for which the state root is queried.

GetStateRootHash(String)

Returns a state root hash at a given Block

Declaration
public GetStateRootHash(string blockHash = null)
Parameters
Type Name Description
System.String blockHash

Block hash for which the state root is queried. Null for the most recent.

In This Article
Back to top Maintained by MAKE Technology LLC