Casper.Network.SDK
Show / Hide Table of Contents

Class GetDictionaryItemByAccount

Inheritance
object
RpcMethod
GetDictionaryItemByAccount
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDictionaryItemByAccount : RpcMethod

Constructors

| Edit this page View Source

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
string accountKey

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

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC