]> Untitled Git - bdk-cli/commit
refactor: update imports from bdk to bd_wallet
authorVihiga Tyonum <withtvpeter@gmail.com>
Mon, 3 Feb 2025 12:12:46 +0000 (13:12 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Mon, 3 Feb 2025 12:12:46 +0000 (13:12 +0100)
commitb56c0235af1239f59dbfbc1ae17b2e7b497f0fd4
treeb3bb764eb62ceb788320ab4b2ad7ab30e4437d31
parent91f5918d71095041574f83375ff7d5740025ca29
refactor: update imports from bdk to bd_wallet

- add `parse_address` method
- remove `key-value-db` feature as it uses `sled`
- update `open_database` fn to return
rusqlite::Connection
- update `new_wallet` fn to return
`PersistedWallet<Connection>`

[Ticket: X]
src/utils.rs