Class GetDictionaryItem
Inherited Members
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. |