Registry / crypto / fuel-indexer-types

fuel-indexer-types

JSON →
library0.25.0rscratesunverified

Provides types for the Fuel Indexer, used for indexing data on the Fuel blockchain.

# Cargo.toml [dependencies] fuel-indexer-types = "0.25.0"
INSTALL
IMPORT
SIG · FUEL-INDEXER-TYPES
F
fuel-indexer-types
cryptorustv0.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Indexer
use fuel_indexer_types::Indexer;

Creates a new indexer instance.

use fuel_indexer_types::Indexer; fn main() { let indexer = Indexer::new("my_indexer"); println!("Indexer created: {}", indexer.name()); }
Debug
Known issues
gotchaThis crate is part of the Fuel ecosystem and may require specific versions of other Fuel crates.
fix
Check the Fuel Indexer documentation for compatible crate versions.
affects: >=0.25.0
Upgrade
Version history
0.25.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
fuel-indexer-types — cargo add fuel-indexer-types · libregistry