]> Untitled Git - bdk/commit
refactor: Remove `scan` and `scan_txout` from SpkTxoutIndex and KeychainTxoutIndex
authorVladimir Fomene <vladimirfomene@gmail.com>
Fri, 25 Aug 2023 09:52:09 +0000 (12:52 +0300)
committer志宇 <hello@evanlinjin.me>
Sat, 2 Sep 2023 17:51:21 +0000 (01:51 +0800)
commitc56728ff1315e0deaf256af07fd1ff5e18fced8a
tree7b23676403c157ba9a1c90f9ed93a2e2c83fd3f1
parent32c40ac939bc514ac7f1d3f1d7cd1080011e20ba
refactor: Remove `scan` and `scan_txout` from SpkTxoutIndex and KeychainTxoutIndex
crates/chain/src/indexed_tx_graph.rs
crates/chain/src/keychain/txout_index.rs
crates/chain/src/spk_txout_index.rs
crates/chain/tests/test_keychain_txout_index.rs
crates/chain/tests/test_spk_txout_index.rs