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

NodeBasic

No description

type NodeBasic {
id: ID!
pubkey: String!
tmPubkey: String!
ethereumAddress: String!
infoUrl: String!
location: String!
status: NodeStatus!
name: String!
avatarUrl: String
}

Fields

NodeBasic.id ● ID! non-null scalar

The node URL, for example n01.vega.xyz

NodeBasic.pubkey ● String! non-null scalar

Public key of the node operator

NodeBasic.tmPubkey ● String! non-null scalar

Tendermint public key of the node

NodeBasic.ethereumAddress ● String! non-null scalar

Ethereum public key of the node

NodeBasic.infoUrl ● String! non-null scalar

URL that provides more information about the node

NodeBasic.location ● String! non-null scalar

Country code for the location of the node

NodeBasic.status ● NodeStatus! non-null enum

Validator status of the node

NodeBasic.name ● String! non-null scalar

The name of the node operator

NodeBasic.avatarUrl ● String scalar

The URL of an avatar

Member of

Entities object