Partially Signed Transaction
A partially signed bitcoin transaction.
Parameters
psbt Base64
The PSBT in base64 format.
Constructors
Functions
Link copied to clipboard
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)
Link copied to clipboard
Extract the transaction.
Link copied to clipboard
Serialize the PSBT data structure as a String of JSON.