Casper.Network.SDK
Show / Hide Table of Contents

Class GetDictionaryItemByURef

Inheritance
System.Object
RpcMethod
GetDictionaryItemByURef
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
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.

In This Article
  • Constructors
    • GetDictionaryItemByURef(String, String, String)
Back to top Maintained by MAKE Technology LLC