Class GetDictionaryItemByContract
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItemByContract : RpcMethod
Constructors
| Edit this page View SourceGetDictionaryItemByContract(string, string, string, string)
Lookup a dictionary item via a Contract named keys.
Declaration
public GetDictionaryItemByContract(string contractKey, string dictionaryName, string dictionaryItem, string stateRootHash)
Parameters
| Type | Name | Description |
|---|---|---|
| string | contractKey | The contract 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. |