You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In my wallet I display the UTXO list to users. When a UTXO is leased for some reason it is no longer returned using the listUTXO rpc. Instead I additionally use the listLeases rpc and add them to my UTXO list and indicate clearly that they are locked. But Unfortunately I cannot display the associated address for the leases as the listLEases rpc does not provide it.
Yes, that seems correct. However, implementing it would require adding an external library such as BitcoinJ, which I’d prefer to avoid to keep dependencies minimal.
Is your feature request related to a problem? Please describe.
In my wallet I display the UTXO list to users. When a UTXO is leased for some reason it is no longer returned using the listUTXO rpc. Instead I additionally use the listLeases rpc and add them to my UTXO list and indicate clearly that they are locked. But Unfortunately I cannot display the associated address for the leases as the listLEases rpc does not provide it.
Describe the solution you'd like
https://lightning.engineering/api-docs/api/lnd/wallet-kit/list-leases/#walletrpcutxolease should have a "Address" property.
Describe alternatives you've considered
I can just display "Locked" instead of the address, but it is not a good User Experience.
The text was updated successfully, but these errors were encountered: