Casper.Network.SDK
Show / Hide Table of Contents

Class GetDictionaryItemByAccount

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

In This Article
Back to top Maintained by MAKE Technology LLC