]> Untitled Git - bdk-cli/commit
refactor: update imports from bdk to bdk_wallet
authorVihiga Tyonum <withtvpeter@gmail.com>
Mon, 3 Feb 2025 12:01:10 +0000 (13:01 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Mon, 3 Feb 2025 12:01:10 +0000 (13:01 +0100)
commitddce50d568ee3aa28a58a89a3ba9c0a87ec9beaf
tree10886f1b6606f2243f8d52e333133e89dd45a537
parent4c89cbf968938e3253fa683a18badcadd1ad082b
refactor: update imports from bdk to bdk_wallet

- replace `list_transactions` method  with
`transactions`
- format `recipients` to be a vec of `ScriptBuf`
and `Amount`
- update creating and serializing `Psbt`s
- update `fee_rate` method and default to
`FeeRate::BROADCAST_MIN`
- replace `allow_shrinking` method with `drain_to`
method
- update `handle_offline_wallet_subcommands` to
use `PersistedWallet<D>` instead of `Wallet<D>`
[Ticket: X]
src/handlers.rs