Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2022 Changes in this version + type AddressTxsIndexer interface + Accept func(txID ids.ID, inputUTXOs []*cflt.UTXO, outputUTXOs []*cflt.UTXO) error + Read func(address []byte, assetID ids.ID, cursor, pageSize uint64) ([]ids.ID, error) + func NewIndexer(db database.Database, log logging.Logger, metricsNamespace string, ...) (AddressTxsIndexer, error) + func NewNoIndexer(db database.Database, allowIncomplete bool) (AddressTxsIndexer, error) v1.0.0-alpha Nov 22, 2022