Class GetDictionaryItem
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItem : RpcMethod
Constructors
| Edit this page View SourceGetDictionaryItem(string, string)
Lookup a dictionary item from its dictionary item key..
Declaration
public GetDictionaryItem(string dictionaryItem, string stateRootHash)
Parameters
| Type | Name | Description |
|---|---|---|
| string | dictionaryItem | The dictionary item key to retrieve. |
| string | stateRootHash | Hash of the state root. |