object PSBTGenerators
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PSBTGenerators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arbitraryPSBT: Gen[PSBT]
Generates an arbitrary unfinalized PSBT by generating a full unfinalized PSBT and randomly removing records
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finalizedPSBT: Gen[PSBT]
- def finalizedPSBTWithBuilder: Gen[(PSBT, FinalizedTxWithSigningInfo, FeeUnit)]
- def fullNonFinalizedPSBT: Gen[PSBT]
Generates a PSBT that is ready to be finalized but where no input map has been finalized
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orderSpendingInfos(unsignedTx: Transaction, creditingTxsInfo: Vector[ScriptSignatureParams[InputInfo]]): Vector[ScriptSignatureParams[InputInfo]]
- def pruneGlobal(globalMap: GlobalPSBTMap): GlobalPSBTMap
- def pruneVec[T](vec: Vector[T]): Vector[T]
- def psbtAndBuilderFromInputs(finalized: Boolean, creditingTxsInfo: Seq[ScriptSignatureParams[InputInfo]], destinations: Seq[TransactionOutput], changeSPK: ScriptPubKey, fee: FeeUnit): (PSBT, FinalizedTxWithSigningInfo, FeeUnit)
- def psbtToBeSigned: Gen[(PSBT, Seq[ScriptSignatureParams[InputInfo]], FeeUnit)]
- def psbtWithBuilder(finalized: Boolean): Gen[(PSBT, FinalizedTxWithSigningInfo, FeeUnit)]
- def psbtWithBuilderAndP2SHOutputs(finalized: Boolean, outputGen: (CurrencyUnit) => Gen[Seq[(TransactionOutput, ScriptPubKey)]] = TransactionGenerators.smallP2SHOutputs): Gen[(PSBT, FinalizedTxWithSigningInfo, Seq[ScriptPubKey])]
- def psbtWithBuilderAndP2WSHOutputs(finalized: Boolean): Gen[(PSBT, FinalizedTxWithSigningInfo, Seq[ScriptPubKey])]
- def psbtWithUnknownVersion: Gen[PSBT]
- def psbtWithUnknowns: Gen[PSBT]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()