code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestNodeData_NodeData (about)

     1  {
     2  	"TestName": "TestNodeData_NodeData",
     3  	"Query": "{ nodeData { stakedTotal, totalNodes, inactiveNodes, tendermintNodes {total, inactive, maximum }, ersatzNodes {total, inactive, maximum }, pendingNodes {total, inactive}, uptime } }",
     4  	"Result": {
     5  		"nodeData": {
     6  			"ersatzNodes": null,
     7  			"inactiveNodes": 0,
     8  			"pendingNodes": null,
     9  			"stakedTotal": "2000000000000000000",
    10  			"tendermintNodes": {
    11  				"inactive": 0,
    12  				"maximum": 5,
    13  				"total": 2
    14  			},
    15  			"totalNodes": 2,
    16  			"uptime": 12.15278434753418
    17  		}
    18  	},
    19  	"Duration": 6908861
    20  }