Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 834 Bytes

File metadata and controls

14 lines (8 loc) · 834 Bytes

UtxoInputSelection

Properties

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]