InputsSelection

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

inputsToSpend

Inputs that should be used in the transaction

inputsToExclude

Inputs that shouldn't be used in the transaction

Constructors

Link copied to clipboard
constructor(inputsToSpend: List<Input>? = null, inputsToExclude: List<Input>? = null)

Properties

Link copied to clipboard
val inputsToExclude: List<Input>? = null
Link copied to clipboard
val inputsToSpend: List<Input>? = null