combine

fun combine(vararg psbts: Psbt): Either<UpdateFailure, Psbt>

Implements the PSBT combiner role: combines multiple psbts for the same unsigned transaction.

Return

a psbt that contains data from all the input psbts.

Parameters

psbts

partially signed bitcoin transactions to combine.