Expand description
SQLite-based blockchain indexer for Subcoin.
This crate provides transaction and address indexing functionality using SQLite, enabling efficient queries for:
- Transaction lookup by txid
- Address transaction history
- UTXO queries by address
- Address balance calculation
Structs§
- Address
Balance - Address balance summary.
- Address
History - A transaction in an address’s history.
- Address
Stats - Address statistics for RPC queries.
- Indexer
- The main blockchain indexer.
- Indexer
Database - SQLite database for the indexer.
- Indexer
Query - Query interface for the indexer database.
- Indexer
Status - Indexer status for RPC queries.
- Output
Status - Output spending status.
- Utxo
- An unspent transaction output.