Casper.Network.SDK
Show / Hide Table of Contents

Class QueryGlobalStateResult

Result for "query_global_state" RPC response.

Inheritance
object
RpcResult
QueryGlobalStateResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class QueryGlobalStateResult : RpcResult

Properties

| Edit this page View Source

BlockHeader

The block header if a Block hash was provided.

Declaration
[JsonPropertyName("block_header")]
[JsonConverter(typeof(BlockHeader.BlockHeaderConverter))]
public BlockHeader BlockHeader { get; init; }
Property Value
Type Description
BlockHeader
| Edit this page View Source

MerkleProof

The merkle proof.

Declaration
[JsonPropertyName("merkle_proof")]
public string MerkleProof { get; init; }
Property Value
Type Description
string
| Edit this page View Source

StoredValue

The stored value.

Declaration
[JsonPropertyName("stored_value")]
[JsonConverter(typeof(StoredValue.StoredValueConverter))]
public StoredValue StoredValue { get; init; }
Property Value
Type Description
StoredValue
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC