unspendable

fun unspendable(unspendable: List<OutPoint>): TxBuilder

Replace the internal list of unspendable utxos with a new list. It’s important to note that the "must-be-spent" utxos added with TxBuilder.addUtxo have priority over these. See the Rust docs of the two linked methods for more details.