PartiallySignedBitcoinTransaction

class PartiallySignedBitcoinTransaction(psbtBase64: String)

A partially signed bitcoin transaction.

Constructors

Link copied to clipboard
fun PartiallySignedBitcoinTransaction(psbtBase64: String)

Functions

Link copied to clipboard
fun serialize(): String

Return the PSBT in string format, using a base64 encoding.

Link copied to clipboard
fun txid(): String

Get the txid of the PSBT.