Casper.Network.SDK
Show / Hide Table of Contents

Class GetDictionaryItem

Inheritance
System.Object
RpcMethod
GetDictionaryItem
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItem : RpcMethod

Constructors

GetDictionaryItem(String, String)

Lookup a dictionary item from its dictionary item key..

Declaration
public GetDictionaryItem(string dictionaryItem, string stateRootHash)
Parameters
Type Name Description
System.String dictionaryItem

The dictionary item key to retrieve.

System.String stateRootHash

Hash of the state root.

In This Article
Back to top Maintained by MAKE Technology LLC