EthereumKeyRotation
Describes the ethereum key rotations of nodes on the vega network
type EthereumKeyRotation {
nodeId: ID!
oldAddress: String!
newAddress: String!
blockHeight: String!
}
Fields
EthereumKeyRotation.nodeId ● ID! non-null scalar
ID of node where rotation took place
EthereumKeyRotation.oldAddress ● String! non-null scalar
Old ethereum address
EthereumKeyRotation.newAddress ● String! non-null scalar
New ethereum address
EthereumKeyRotation.blockHeight ● String! non-null scalar
Block height when the rotation took place
Member of
Entities object ● EthereumKeyRotationEdge object