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

     1  {
     2  	"TestName": "TestEpochs_CurrentEpoch",
     3  	"Query": "{ epoch{ id timestamps{ start, expiry, end, firstBlock, lastBlock } } }",
     4  	"Result": {
     5  		"epoch": {
     6  			"id": "110",
     7  			"timestamps": {
     8  				"end": null,
     9  				"expiry": "2023-03-10T10:29:24.670678Z",
    10  				"firstBlock": "1079",
    11  				"lastBlock": null,
    12  				"start": "2023-03-10T10:29:19.670678Z"
    13  			}
    14  		}
    15  	},
    16  	"Duration": 5185294
    17  }