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

     1  {
     2  	"TestName": "TestEpochs_EpochByBlock",
     3  	"Query": "{ epoch(block: \"121\") { id timestamps{ start, expiry, end, firstBlock, lastBlock } } }",
     4  	"Result": {
     5  		"epoch": {
     6  			"id": "14",
     7  			"timestamps": {
     8  				"end": "2023-03-10T10:19:41.051503Z",
     9  				"expiry": "2023-03-10T10:19:40.092803Z",
    10  				"firstBlock": "121",
    11  				"lastBlock": "134",
    12  				"start": "2023-03-10T10:19:35.092803Z"
    13  			}
    14  		}
    15  	},
    16  	"Duration": 2943805
    17  }