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