Overview of supported blockchain indexers
masterThe indexers package provides optional indexes to enhance the information available via RPC interfaces. It supports two primary index types:
- Transaction-by-hash (txbyhashidx) Index: Maps a transaction hash to the specific block containing it, including the offset and length within the serialized block.
- Transaction-by-address (txbyaddridx) Index: Maps every address to all transactions that either credit or debit that address. Note: This index requires the
txbyhashidxindex to be enabled/installed.