]> Untitled Git - bdk/commit
feat(chain): Add `TxGraph` methods that handle expected spk txids
author志宇 <hello@evanlinjin.me>
Sun, 16 Feb 2025 11:32:27 +0000 (22:32 +1100)
committer志宇 <hello@evanlinjin.me>
Fri, 14 Mar 2025 02:16:39 +0000 (13:16 +1100)
commit64e4100a36f88a154b01706892fbec19edabf6b5
tree908142271856a3fe2348594301a4d67e2f8c1f23
parentb38569fd147f8fe30f55e1c30cdba779247ba856
feat(chain): Add `TxGraph` methods that handle expected spk txids

* `TxGraph::try_list_expected_spk_txids`
* `TxGraph::list_expected_spk_txids`
* `IndexedTxGraph::try_list_expected_spk_txids`
* `IndexedTxGraph::list_expected_spk_txids`

Co-authored-by: valued mammal <valuedmammal@protonmail.com>
Co-authored-by: Wei Chen <wzc110@gmail.com>
crates/chain/src/indexed_tx_graph.rs
crates/chain/src/indexer/keychain_txout.rs
crates/chain/src/indexer/spk_txout.rs
crates/chain/src/tx_graph.rs