code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestEpochs_SpecificEpoch (about) 1 { 2 "TestName": "TestEpochs_SpecificEpoch", 3 "Query": "{ epoch(id:\"10\") { id timestamps{ start, expiry, end, firstBlock, lastBlock } } }", 4 "Result": { 5 "epoch": { 6 "id": "10", 7 "timestamps": { 8 "end": "2023-03-10T10:19:16.681885Z", 9 "expiry": "2023-03-10T10:19:16.334518Z", 10 "firstBlock": "84", 11 "lastBlock": "93", 12 "start": "2023-03-10T10:19:11.334518Z" 13 } 14 } 15 }, 16 "Duration": 4640358 17 }