combine
fun combine(other: PartiallySignedTransaction): PartiallySignedTransaction
Content copied to clipboard
Combines this PartiallySignedTransaction with another PSBT as described by BIP 174. In accordance with BIP 174 this function is commutative i.e., A.combine(B) == B.combine(A)