]> Untitled Git - bdk-cli/commit
feat(utxo-locking): Add wallet locking commands
authorVihiga Tyonum <withtvpeter@gmail.com>
Tue, 30 Jun 2026 14:19:29 +0000 (15:19 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Tue, 30 Jun 2026 14:19:29 +0000 (15:19 +0100)
commit242d4da7feda9a1c2e564c8ebb811e2e018a6e4f
treea6369bcce1c2db8a5fea8eb201063c3544bce188
parent205d46c15f4e6c54b021d1f5192f6985e1a067c4
feat(utxo-locking): Add wallet locking commands

- add wallet commands to lock, unlock and list
locked utxos
- update unspent command to show status of each
outpoint
src/client.rs
src/commands.rs
src/handlers/offline.rs
src/utils/common.rs
src/utils/types.rs