Class GetItemResult
Result for "state_get_item" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetItemResult : RpcResult
Properties
MerkleProof
The merkle proof.
Declaration
public string MerkleProof { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StoredValue
The stored value.
Declaration
public StoredValue StoredValue { get; set; }
Property Value
Type | Description |
---|---|
StoredValue |