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

KeyRotation

A node's key rotation event

type KeyRotation {
nodeId: ID!
oldPubKey: String!
newPubKey: String!
blockHeight: String!
}

Fields

KeyRotation.nodeId ● ID! non-null scalar

ID of node where rotation took place

KeyRotation.oldPubKey ● String! non-null scalar

Old public key rotated from

KeyRotation.newPubKey ● String! non-null scalar

New public key rotated to

KeyRotation.blockHeight ● String! non-null scalar

Block height when the rotation took place

Member of

Entities object ● KeyRotationEdge object