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

NodeSet

Details on the collection of nodes for particular validator status

type NodeSet {
total: Int!
inactive: Int!
promoted: [String!]
demoted: [String!]
maximum: Int
}

Fields

NodeSet.total ● Int! non-null scalar

Total number of nodes in the node set

NodeSet.inactive ● Int! non-null scalar

Number of nodes in the node set that had a performance score of 0 at the end of the last epoch

NodeSet.promoted ● [String!] list scalar

IDs of the nodes that were promoted into this node set at the start of the epoch

NodeSet.demoted ● [String!] list scalar

IDs of the nodes that were demoted into this node set at the start of the epoch

NodeSet.maximum ● Int scalar

Total number of nodes allowed in the node set

Member of

NodeData object