The maxFunds algorithm is tailored for scenarios where the goal is to transfer all funds from specified UTXOs to a single recipient output.
To utilize this function, specify the recipient output in the remainder argument.
In this context, the remainder serves as the recipient of the funds.
Notes:
This function does not reorder UTXOs prior to selection.
UTXOs that do not provide enough value to cover their respective fee contributions are automatically excluded.
Recipient of all funds is set to last position of the returned targets array.
Refer to coinselect for additional details on input parameters and expected returned values.
The
maxFunds
algorithm is tailored for scenarios where the goal is to transfer all funds from specified UTXOs to a single recipient output. To utilize this function, specify the recipient output in theremainder
argument. In this context, theremainder
serves as the recipient of the funds.Notes:
targets
array.Refer to coinselect for additional details on input parameters and expected returned values.