Class GetStateRootHashResult
Result for the "chain_get_state_root_hash" RPC.
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 |