Class GetDictionaryItemResult
Result for "state_get_dictionary_item" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItemResult : RpcResult
Properties
DictionaryKey
The key under which the value is stored.
Declaration
public string DictionaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |