Add PartiallySignedTransaction.json_serialize() function
This commit is contained in:
committed by
thunderbiscuit
parent
478b12c489
commit
fab9ae8ae5
@@ -369,6 +369,9 @@ class PartiallySignedTransaction(psbtBase64: String) {
|
||||
* In accordance with BIP 174 this function is commutative i.e., `A.combine(B) == B.combine(A)`
|
||||
*/
|
||||
fun combine(other: PartiallySignedTransaction): PartiallySignedTransaction
|
||||
|
||||
/** Serialize the PSBT data structure as a String of JSON. */
|
||||
fun jsonSerialize(): String
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user