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.
| 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] |
| Name | Value |
|---|---|
| AMOUNT_ASC | "AMOUNT_ASC" |
| AMOUNT_DESC | "AMOUNT_DESC" |