Fuel Indexer Utilities
Quickstart: prelude
You can quickly bootstrap an indexer by using types and traits from the prelude
module.
# #[allow(unused)]
use fuel_indexer_utils::prelude::*;
prelude
You can quickly bootstrap an indexer by using types and traits from the prelude
module.
# #[allow(unused)]
use fuel_indexer_utils::prelude::*;