Add previousOwner field to transfer response
In a paginated API it would be a nice-to-have to get the previousOwner / sender in the transfer response.
The information exists and can be fetched, but especially in pagination it can be annoying for the developer.
- To any non-genesis transfer event, add a
sender(orpreviousAddress) field, which simply stores the "owner" before the transfer in the transfer event
What's the current process for fetching this information?
Currently not shown, would need API changes
We'll probably need to implement a change in hord first before the API so it can send us previous addresses, because if we calculate these API side and we ever get a gap in inscription transfers we would be showing incorrect information
As we have fewer gaps, decreasing priority.