extract

fun extract(): Either<UpdateFailure, Transaction>

Implements the PSBT extractor role: extracts a valid transaction from the psbt data.

Return

a fully signed, ready-to-broadcast transaction.