Skip to main content
Version: mainnet (v0.71)

CoreSnapshotData

A snapshot taken by the core

type CoreSnapshotData {
blockHeight: String!
blockHash: String!
vegaCoreVersion: String!
}

Fields

CoreSnapshotData.blockHeight ● String! non-null scalar

At which block the snapshot was taken

CoreSnapshotData.blockHash ● String! non-null scalar

The block hash at the snapshot block height

CoreSnapshotData.vegaCoreVersion ● String! non-null scalar

The current version of vega core

Member of

CoreSnapshotEdge object