Casper.Network.SDK
Show / Hide Table of Contents

Class GetItem

Inheritance
object
RpcMethod
GetItem
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 GetItem : RpcMethod

Constructors

| Edit this page View Source

GetItem(string, string, List<string>)

Returns a stored value from the network. This RPC is deprecated, use QueryGlobalState instead.

Declaration
public GetItem(string key, string stateRootHash, List<string> path = null)
Parameters
Type Name Description
string key

GlobalStateKey as a string.

string stateRootHash

Hash of the state root.

List<string> path

The path components starting from the key as base (use '/' as separator).

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