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