Describe the enhancement
With the introduction of persistent UTXO locking in Wallet API v3.0.0, these (wallet) commands will enable users to lock UTXOs, check the status UTXOs, and unlock UTXOs. These Locked UTXOs are excluded from coin selection and lock status are persisted.
Use case
lock utxo command will allow users to lock one or more outpoints
unlock utxo will allow users unlock one or more outpoints
locked utxo will allow users to list currently locked outpoints
- updated
unspent command will include output with an locked status field per UTXO
Additional context
See Wallet API v.3.0.0 release notes
Describe the enhancement
With the introduction of persistent UTXO locking in Wallet API v3.0.0, these (wallet) commands will enable users to lock UTXOs, check the status UTXOs, and unlock UTXOs. These Locked UTXOs are excluded from coin selection and lock status are persisted.
Use case
lockutxo command will allow users to lock one or more outpointsunlockutxo will allow users unlock one or more outpointslockedutxo will allow users to list currently locked outpointsunspentcommand will include output with an locked status field per UTXOAdditional context
See Wallet API v.3.0.0 release notes