I’m using the API to get events for a stream.
ReadStreamEventsForward(stream, start, count, resolveToTos)
I get the expected events returned as as array of ResolvedEvent.
My problem is that I really need the Timestamp for this event, and it is not a property in ResolvedEvent.
Is there a way to get the Timestamp in another way, or would it be possible to add the timestamp as a property to ResolvedEvent?