Casper.Network.SDK
Show / Hide Table of Contents

Class GetDictionaryItemResult

Result for "state_get_dictionary_item" RPC response.

Inheritance
System.Object
RpcResult
GetDictionaryItemResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
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
In This Article
  • Properties
    • DictionaryKey
    • MerkleProof
    • StoredValue
Back to top Maintained by MAKE Technology LLC