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

     1  {
     2  	"TestName": "TestEpochs_EpochDelegations",
     3  	"Query": "{ epoch{ delegationsConnection { edges { node { node { id }, party {id}, amount } } } } }",
     4  	"Result": {
     5  		"epoch": {
     6  			"delegationsConnection": {
     7  				"edges": [
     8  					{
     9  						"node": {
    10  							"amount": "1000000000000000000",
    11  							"node": {
    12  								"id": "dc77661bcbd17b0bd132ba39f2569b490543a38b110b034ec1edb01f645ac07c"
    13  							},
    14  							"party": {
    15  								"id": "fea234dd40479f4c356eead30d359b9ad349603e5ef7a4c0a58c9f2c432fcc51"
    16  							}
    17  						}
    18  					},
    19  					{
    20  						"node": {
    21  							"amount": "1000000000000000000",
    22  							"node": {
    23  								"id": "5f1f55b2dea1a86a775b0340cec4c649a12f93abac503e98d354b8642b7276c1"
    24  							},
    25  							"party": {
    26  								"id": "06b6e5998288ae08b72af1b94aac078f82dafe6871baa4806742a4456b112b15"
    27  							}
    28  						}
    29  					}
    30  				]
    31  			}
    32  		}
    33  	},
    34  	"Duration": 8678479
    35  }