Module fuel_indexer::prelude
source · Re-exports
pub use super::Database;
pub use super::Executor;
pub use super::IndexEnv;
pub use super::IndexerError;
pub use super::IndexerResult;
pub use super::IndexerService;
pub use super::WasmIndexExecutor;
Modules
Structs
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- Fuel GraphQL API configuration.
- Fuel indexer service configuration.
- Represents the indexer manifest file.
- An async mutex.
Enums
- Indexer database configuration.
FtColumn
is an abstraction that represents a sized type that can be persisted to, and fetched from the database.- Specifies which type of module is used to create this indexer.
Constants
Traits
Functions
- Decodes
bytes
into typeT
following the schema defined by T’sParameterize
impl - Derive a type ID from a namespace and given abstraction name.