Closed alexbosworth closed 7 months ago
An upcoming change in LND 0.18.0 will allow for coin selection preference:
fundPsbt
getChainFeeEstimate
sendToChainAddress
sendToChainAddresses
sendToChainOutputScripts
utxo_selection
utxo_selection is added as an argument to these methods and can be a string: largest or random
largest
random
Need typescript support
ping @bkiac
An upcoming change in LND 0.18.0 will allow for coin selection preference:
10.9.0
fundPsbt
,getChainFeeEstimate
,sendToChainAddress
,sendToChainAddresses
,sendToChainOutputScripts
: Addutxo_selection
to specify preferred coin selection behavior.utxo_selection
is added as an argument to these methods and can be a string:largest
orrandom
Need typescript support
ping @bkiac