Parameters that filter which coins are considered available for spending.
Declared in <wallet/spend.h>
struct CoinFilterParams;
| Name | Description |
|---|---|
check_version_trucness | When true, filter unconfirmed coins by whether their version's TRUCness matches what is set by CCoinControl. |
include_immature_coinbase | By default, do not include immature coinbase outputs. |
max_amount | Outputs above the maximum amount will not get selected. |
max_count | Maximum number of outputs that can be returned. |
min_amount | Outputs below the minimum amount will not get selected. |
min_sum_amount | Return outputs until the minimum sum amount is covered. |
skip_locked | By default, skip locked UTXOs. |