Psbt
A Partially Signed Transaction.
Constructors
Link copied to clipboard
constructor(pointer: Pointer)
constructor(noPointer: NoPointer)
This constructor can be used to instantiate a fake object. Only used for tests. Any attempt to actually use an object constructed this way will fail as there is no connected Rust object.
Creates a new Psbt
instance from a base64-encoded string.
Functions
Link copied to clipboard
Link copied to clipboard
Extracts the Transaction
from a Psbt
by filling in the available signature information.
Link copied to clipboard
Finalizes the current PSBT and produces a result indicating
Link copied to clipboard
Serializes the PSBT into a JSON string representation.
Link copied to clipboard