PsbtInterface

A Partially Signed Transaction.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun combine(other: Psbt): Psbt

Combines this Psbt with other PSBT as described by BIP 174.

Link copied to clipboard
abstract fun extractTx(): Transaction

Extracts the Transaction from a Psbt by filling in the available signature information.

Link copied to clipboard
abstract fun fee(): ULong

Calculates transaction fee.

Link copied to clipboard

Finalizes the current PSBT and produces a result indicating

Link copied to clipboard
abstract fun jsonSerialize(): String

Serializes the PSBT into a JSON string representation.

Link copied to clipboard
abstract fun serialize(): String

Serialize the PSBT into a base64-encoded string.