Explicitly control which UTXOs to include or exclude. This feature is currently in beta and might be subject to changes.
| 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] |