Class GetDictionaryItemByAccount
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItemByAccount : RpcMethod
Constructors
| Edit this page View SourceGetDictionaryItemByAccount(string, string, string, string)
Lookup a dictionary item via an Account's named keys.
Declaration
public GetDictionaryItemByAccount(string accountKey, string dictionaryName, string dictionaryItem, string stateRootHash)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accountKey | The account key as a formatted string whose named keys contains dictionaryName. |
| string | dictionaryName | The named key under which the dictionary seed URef is stored. |
| string | dictionaryItem | The dictionary item key. |
| string | stateRootHash | Hash of the state root. |