]> Untitled Git - bdk/commit
feat: use `Amount` on `spk_txout_index` and related
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Fri, 26 Apr 2024 14:17:23 +0000 (11:17 -0300)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Sun, 5 May 2024 15:07:01 +0000 (12:07 -0300)
commitd5c0e7200cba0c3b4d3e3fbea168cd07ee6c1d2c
tree3443ca5b012088b842709a3ade591f38d67ee024
parent8a33d98db977a07e130ad57fa9c658a5c90d4a4b
feat: use `Amount` on `spk_txout_index` and related

- update `wallet.rs` fns: `sent_and_received` fn
- update `keychain` `txout_index` fn: `sent_and_received and `net_value`
crates/bdk/src/wallet/mod.rs
crates/bdk/tests/wallet.rs
crates/chain/src/keychain/txout_index.rs
crates/chain/src/spk_txout_index.rs
crates/chain/tests/test_spk_txout_index.rs