addUnspendable

fun addUnspendable(unspendable: OutPoint): TxBuilder

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