Open paouvrard opened 1 year ago
When querying a history of FT transfer events, it would be very useful to know in which receipt id or tx hash an event was emitted.
Example use case: a wallet can query FT history and display explorer links of those ft token transfers.
emitted_for_receipt_id could be returned in the result or in a different api returning information about a given event_index.
emitted_for_receipt_id
event_index
This is essential for FT history (NFT as well) on Explorer
When querying a history of FT transfer events, it would be very useful to know in which receipt id or tx hash an event was emitted.
Example use case: a wallet can query FT history and display explorer links of those ft token transfers.
emitted_for_receipt_id
could be returned in the result or in a different api returning information about a givenevent_index
.