Casper.Network.SDK
Show / Hide Table of Contents

Class QueryGlobalState

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

Constructors

| Edit this page View Source

QueryGlobalState(string, StateIdentifier, string[])

A query to the global state that returns a stored value from the network.

Declaration
public QueryGlobalState(string key, StateIdentifier stateIdentifier = null, string[] path = null)
Parameters
Type Name Description
string key

A global state key formatted as a string to query the value from the network.

StateIdentifier stateIdentifier

(Optional) A block hash, a block height or a state root hash value.

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