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

`u256` support #1472

Open Braqzen opened 9 months ago

Braqzen commented 9 months ago

This type is supported by Sway but not by the indexer, and such is also undocumented.

When I used it in a project the indexer failed to build as it produced some compilation errors.

We should add support for the primitive u256.