Casper.Network.SDK
Show / Hide Table of Contents

Class GetDictionaryItemByContract

Inheritance
System.Object
RpcMethod
GetDictionaryItemByContract
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 GetDictionaryItemByContract : RpcMethod

Constructors

GetDictionaryItemByContract(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
System.String contractKey

The contract 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.

In This Article
Back to top Maintained by MAKE Technology LLC