Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 871 Bytes

File metadata and controls

25 lines (13 loc) · 871 Bytes

UtxoSelectionParams

For UTXO-based blockchains only. Controls which UTXOs are used for automatic selection. Cannot be used together with extraParameters.inputsSelection. This feature is currently in beta and might be subject to changes.

Properties

Name Type Description Notes
selectionStrategy SelectionStrategyEnum Optional override for the UTXO selection strategy configured at the vault/tenant level. [optional]
filters UtxoSelectionFilters [optional]
inputSelection UtxoInputSelection [optional]

Enum: SelectionStrategyEnum

Name Value
AMOUNT_ASC "AMOUNT_ASC"
AMOUNT_DESC "AMOUNT_DESC"