Inputs Selection
data class InputsSelection(val inputsToSpend: List<Input>? = null, val inputsToExclude: List<Input>? = null)
Created by Fireblocks Ltd. on 12/11/2024. For UTXO based blockchains, selections of inputs for the transaction.
Parameters
inputs To Spend
Inputs that should be used in the transaction
inputs To Exclude
Inputs that shouldn't be used in the transaction