| Name | Type | Description | Notes |
|---|---|---|---|
| inputsToSpend | Array<UtxoInput> | Force-include specific UTXOs by txHash and vout. | [optional] [default to undefined] |
| inputsToExclude | Array<UtxoInput> | Exclude specific UTXOs from selection. | [optional] [default to undefined] |
| fillFeeForSelectedInputs | boolean | When true and inputsToSpend is provided, automatically add more UTXOs to cover the transaction fee. Requires inputsToSpend. | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]