Crate subcoin_indexer

Source
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§

AddressBalance
Address balance summary.
AddressHistory
A transaction in an address’s history.
AddressStats
Address statistics for RPC queries.
Indexer
The main blockchain indexer.
IndexerDatabase
SQLite database for the indexer.
IndexerQuery
Query interface for the indexer database.
IndexerStatus
Indexer status for RPC queries.
OutputStatus
Output spending status.
Utxo
An unspent transaction output.