Class GetDictionaryItemByURef
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItemByURef : RpcMethod
Constructors
GetDictionaryItemByURef(String, String, String)
Lookup a dictionary item via its seed URef.
Declaration
public GetDictionaryItemByURef(string seedURef, string dictionaryItem, string stateRootHash)
Parameters
Type | Name | Description |
---|---|---|
System.String | seedURef | The dictionary's seed URef. |
System.String | dictionaryItem | The dictionary item key. |
System.String | stateRootHash | Hash of the state root. |