join

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

Joins multiple distinct PSBTs with different inputs and outputs into one PSBT with inputs and outputs from all of the PSBTs. No input in any of the PSBTs can be in more than one of the PSBTs.

Return

a psbt that contains data from all the input psbts.

Parameters

psbts

partially signed bitcoin transactions to join.