Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 945 Bytes

File metadata and controls

19 lines (11 loc) · 945 Bytes

UtxoSelectionFilters

Narrow the UTXO candidate pool. All specified filters are AND-ed together. This feature is currently in beta and might be subject to changes.

Properties

Name Type Description Notes
includeAllLabels List<String> Only include UTXOs that have ALL of these labels. [optional]
includeAnyLabels List<String> Only include UTXOs that have at least one of these labels. [optional]
excludeAnyLabels List<String> Exclude UTXOs that have any of these labels. [optional]
address String Only include UTXOs from this specific address. [optional]
minAmount String Minimum UTXO amount in the asset's base unit (e.g., BTC). [optional]
maxAmount String Maximum UTXO amount in the asset's base unit (e.g., BTC). [optional]