Casper.Network.SDK
Show / Hide Table of Contents

Class GetItem

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

Constructors

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
System.String key

GlobalStateKey as a string.

System.String stateRootHash

Hash of the state root.

List<System.String> path

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

In This Article
  • Constructors
    • GetItem(String, String, List<String>)
Back to top Maintained by MAKE Technology LLC