Class GetStateRootHashResult
Result for the "chain_get_state_root_hash" RPC.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetStateRootHashResult : RpcResult
Properties
| Edit this page View SourceStateRootHash
Hex-encoded hash of the state root.
Declaration
[JsonPropertyName("state_root_hash")]
public string StateRootHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |