Package 

Class PartiallySignedTransaction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String serialize() Return the PSBT in string format, using a base64 encoding.
      final String txid() Get the txid of the PSBT.
      final Transaction extractTx() Extract the transaction.
      final PartiallySignedTransaction combine(PartiallySignedTransaction other) Combines this PartiallySignedTransaction with another PSBT as described by BIP 174.
      final String jsonSerialize() Serialize the PSBT data structure as a String of JSON.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartiallySignedTransaction

        PartiallySignedTransaction(String psbtBase64)
        Build a new Partially Signed Bitcoin Transaction.
        Parameters:
        psbtBase64 - The PSBT in base64 format.