Casper.Network.SDK
Show / Hide Table of Contents

Class GetStateRootHashResult

Result for the "chain_get_state_root_hash" RPC.

Inheritance
System.Object
RpcResult
GetStateRootHashResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetStateRootHashResult : RpcResult

Properties

StateRootHash

Hex-encoded hash of the state root.

Declaration
public string StateRootHash { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Maintained by MAKE Technology LLC