Casper.Network.SDK
Show / Hide Table of Contents

Class GetStateRootHashResult

Result for the "chain_get_state_root_hash" RPC.

Inheritance
object
RpcResult
GetStateRootHashResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetStateRootHashResult : RpcResult

Properties

| Edit this page View Source

StateRootHash

Hex-encoded hash of the state root.

Declaration
[JsonPropertyName("state_root_hash")]
public string StateRootHash { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC