I’ve added metadata_event_id, contact_event_id and relay_event_id to my API for the latest event id known for kinds 0, 3, 10002.
The two problem points I think an indexer should ideally address are:
1. How do I consistently get the latest event id
2. Where can I find that event body (which relay)
I think the problem space is mostly the meta events that can be replaced. And then secondly, in generate, where can I find an event id.
Is this what you were thinking?