Casper.Network.SDK
Show / Hide Table of Contents

Class QueryGlobalStateResult

Result for "query_global_state" RPC response.

Inheritance
System.Object
RpcResult
QueryGlobalStateResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class QueryGlobalStateResult : RpcResult

Properties

BlockHeader

The block header if a Block hash was provided.

Declaration
public BlockHeader BlockHeader { get; set; }
Property Value
Type Description
BlockHeader

MerkleProof

The merkle proof.

Declaration
public string MerkleProof { get; set; }
Property Value
Type Description
System.String

StoredValue

The stored value.

Declaration
public StoredValue StoredValue { get; set; }
Property Value
Type Description
StoredValue
In This Article
Back to top Maintained by MAKE Technology LLC