]> Untitled Git - bdk/commit
feat(chain): add sent_and_received_txouts method to SPK and keychain indexes
authorSteve Myers <steve@notmandatory.org>
Wed, 10 Dec 2025 21:42:45 +0000 (15:42 -0600)
committerSteve Myers <steve@notmandatory.org>
Fri, 20 Mar 2026 20:07:03 +0000 (15:07 -0500)
commit3992f7fe174a9b3438b42bb7ac96e27d5d2a90f0
tree606a10aec34be2551cb6479f2b6a5fd681e0f374
parentb95e3cfd3befe0a71dd00b721d93792ef7393f60
feat(chain): add sent_and_received_txouts method to SPK and keychain indexes

Implement sent_and_received_txouts methods on SpkTxOutIndex and
KeychainTxOutIndex. These methods return actual TxOut structs allowing callers
to access complete transaction output information including script pubkeys
and values.
crates/chain/src/indexer/keychain_txout.rs
crates/chain/src/indexer/spk_txout.rs
crates/chain/tests/test_spk_txout_index.rs