fuel-indexer
fuel-indexer copied to clipboard
`fuel_core_client` types don't compile to WASM
- We're temporarily wrapping
fuel_gql_client::client::types::TransactionStatus
because using justfuel_gql_client::client::types::TransactionStatus
requires importing the entirefuel_gql_client
crate, which won't easily compile to WASM - This issue is just an FYI so we don't forget about this
- Same goes for
Block
andHeader
Related to slash blocked by https://github.com/FuelLabs/fuel-indexer/issues/408
Looks like this might be ready for work with the completion of https://github.com/FuelLabs/fuel-core/issues/1212