]> Untitled Git - bdk/commit
Introduce `keychain::LocalChangeSet`
author志宇 <hello@evanlinjin.me>
Sat, 13 May 2023 15:28:03 +0000 (23:28 +0800)
committer志宇 <hello@evanlinjin.me>
Sat, 3 Jun 2023 19:32:18 +0000 (03:32 +0800)
commit50425e979bdbe81621fcd54463cdc7c7aeed90f0
treee46d0d160c06aada8f365207b0d9907644d0b8e5
parenta78967e51ba1fa94f00a0f7a580dfc009428a947
Introduce `keychain::LocalChangeSet`

This corresponds to `keychain::KeychainChangeSet` but for the redesigned
structures with `LocalChain`.

This structure is now used in `Wallet` as well as the examples.
crates/bdk/src/wallet/mod.rs
crates/chain/src/indexed_tx_graph.rs
crates/chain/src/keychain.rs
example-crates/example_cli/src/lib.rs
example-crates/example_electrum/src/main.rs