Package org.bitcoindevkit
Class Psbt
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.Disposable
,org.bitcoindevkit.PsbtInterface
public class Psbt implements Disposable, AutoCloseable, PsbtInterface
-
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
Psbt
combine(Psbt other)
Transaction
extractTx()
ULong
fee()
FinalizedPsbtResult
finalize()
String
jsonSerialize()
String
serialize()
-
-
Constructor Detail
-
Psbt
Psbt(Pointer pointer)
-
Psbt
Psbt(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
Psbt
Psbt(String psbtBase64)
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
extractTx
Transaction extractTx()
-
finalize
FinalizedPsbtResult finalize()
-
jsonSerialize
String jsonSerialize()
-
-
-
-