Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 705 Bytes

File metadata and controls

16 lines (8 loc) · 705 Bytes

UtxoInputSelection

Explicitly control which UTXOs to include or exclude. This feature is currently in beta and might be subject to changes.

Properties

Name Type Description Notes
inputsToSpend List<UtxoInput> Force-include specific UTXOs by txHash and vout. [optional]
inputsToExclude List<UtxoInput> Exclude specific UTXOs from selection. [optional]
fillFeeForSelectedInputs Boolean When true and inputsToSpend is provided, automatically add more UTXOs to cover the transaction fee. Requires inputsToSpend. [optional]