Expand description

Fuel Indexer Utilities

Quickstart: prelude

You can quickly bootstrap an indexer by using types and traits from the prelude module.

use fuel_indexer_utils::prelude::*;

Modules

  • Re-exported types and traits for Fuel indexers.
  • Prelude for Fuel indexers.

Functions

  • Converts a given input into a Bytes32 object by taking the first 32 bytes of the input.
  • Returns the unique ID (UID) of an input.