FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

Tuple support #1476

Open Braqzen opened 9 months ago

Braqzen commented 9 months ago

When attempting to capture tuples there was an issue. I was informed that in order to capture a tuple it must be wrapped in a struct and its components to be individually accessed.

If that information is correct then native type support should be implemented (ref: #1475) otherwise if it is incorrect then documentation of tuple support ought to be added.

ra0x3 commented 9 months ago

@Braqzen