Closed wagmiwiz closed 8 months ago
Hi @wagmiwiz! If your observer is running on the same machine than ordhook, you could query the inscriptions
table present in the hord.sqlite
database.
SELECT inscription_id FROM inscriptions WHERE ordinal_number = ?
Good tip, will move observer to same machine.
I have a use case where I have known inscriptions (with id, or number) that I would like to track ownership transfers of. It seems that the transfer event only has "ordinal_number". Would it be possible to have inscription id too?
I understand I could do full indexing and try and maintain the link between inscription id and ordinal_number base on inscription_revealed event, but this seems like an overkill.