Class GetDictionaryItemByAccount
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItemByAccount : RpcMethod
Constructors
GetDictionaryItemByAccount(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 |
---|---|---|
System.String | accountKey | The account key as a formatted string whose named keys contains dictionaryName. |
System.String | dictionaryName | The named key under which the dictionary seed URef is stored. |
System.String | dictionaryItem | The dictionary item key. |
System.String | stateRootHash | Hash of the state root. |