Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

File metadata and controls

17 lines (11 loc) · 1.09 KB

UtxoSelectionFilters

Properties

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]