]> Untitled Git - bdk/commit
[bdk_chain_redesign] Modify signature of `TxIndex`
author志宇 <hello@evanlinjin.me>
Wed, 5 Apr 2023 10:17:08 +0000 (18:17 +0800)
committer志宇 <hello@evanlinjin.me>
Wed, 5 Apr 2023 10:17:08 +0000 (18:17 +0800)
commitddd5e951f5ec77070034c7390a635d8d5bd7cb85
treef77906394075f9a6232e076b3bfefe945a9ff63f
parentda4cef044d4a3ad0f44ff1e33936c93c38c2f774
[bdk_chain_redesign] Modify signature of `TxIndex`

This makes the API of `TxIndex` more consistent between scanning in data
and checking whether certain data is relevant.
crates/chain/src/indexed_tx_graph.rs
crates/chain/src/keychain/txout_index.rs
crates/chain/src/spk_txout_index.rs
crates/chain/src/tx_data_traits.rs
crates/chain/src/tx_graph.rs