case class InputPSBTMap(elements: Vector[InputPSBTRecord]) extends SeqWrapper[InputPSBTRecord] with PSBTMap[InputPSBTRecord] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputPSBTMap
  2. Serializable
  3. Product
  4. PSBTMap
  5. NetworkElement
  6. SeqWrapper
  7. IndexedSeq
  8. IndexedSeqOps
  9. IndexedSeq
  10. IndexedSeqOps
  11. Seq
  12. SeqOps
  13. Seq
  14. Equals
  15. SeqOps
  16. PartialFunction
  17. Function1
  18. Iterable
  19. Iterable
  20. IterableFactoryDefaults
  21. IterableOps
  22. IterableOnceOps
  23. IterableOnce
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InputPSBTMap(elements: Vector[InputPSBTRecord])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: InputPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def BIP32DerivationPaths: Vector[BIP32DerivationPath]
  10. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  12. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  13. def andThen[C](k: PartialFunction[InputPSBTRecord, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  14. def andThen[C](k: (InputPSBTRecord) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  15. def appended[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def appendedAll[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  17. def apply(idx: Int): InputPSBTRecord
    Definition Classes
    SeqWrapper → SeqOps → Function1
  18. def applyOrElse[A1 <: Int, B1 >: InputPSBTRecord](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  19. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def byteSize: Long

    The size of the NetworkElement in bytes.

    The size of the NetworkElement in bytes.

    Definition Classes
    NetworkElement
  22. def bytes: ByteVector

    The byte representation of the NetworkElement

    The byte representation of the NetworkElement

    Definition Classes
    PSBTMapNetworkElement
  23. def bytesLE: ByteVector

    The byte representation of the NetworkElement in little endian

    The byte representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  24. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  25. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. final def coll: InputPSBTMap.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  28. def collect[B](pf: PartialFunction[InputPSBTRecord, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  29. def collectFirst[B](pf: PartialFunction[InputPSBTRecord, B]): Option[B]
    Definition Classes
    IterableOnceOps
  30. def combinations(n: Int): Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    SeqOps
  31. def combine(other: InputPSBTMap): InputPSBTMap

    Takes another InputPSBTMap and adds all records that are not contained in this InputPSBTMap A record's distinctness is determined by its key

    Takes another InputPSBTMap and adds all records that are not contained in this InputPSBTMap A record's distinctness is determined by its key

    other

    InputPSBTMap to be combined with

    returns

    A InputPSBTMap with the combined data of the two InputPSBTMaps

  32. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, InputPSBTRecord]
    Definition Classes
    PartialFunction
  33. def compose[A](g: (A) => Int): (A) => InputPSBTRecord
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  34. def compressMap(txIn: TransactionInput): InputPSBTMap

    After a discovered vulnerability in BIP-143, this is no longer safe for SegwitV0 Check if this satisfies criteria for witness.

    After a discovered vulnerability in BIP-143, this is no longer safe for SegwitV0 Check if this satisfies criteria for witness. If it does, delete the NonWitnessOrUnknownUTXO field This is useful for following reasons.

    1. Compresses the size of the data 2. Allows for segwit only compatibility
    txIn

    The TransactionInput that this InputPSBTMap represents

    returns

    The compressed InputPSBTMap

  35. final def concat[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  36. def contains[A1 >: InputPSBTRecord](elem: A1): Boolean
    Definition Classes
    SeqOps
  37. def containsSlice[B >: InputPSBTRecord](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  38. def copyToArray[B >: InputPSBTRecord](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  39. def copyToArray[B >: InputPSBTRecord](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  40. def copyToArray[B >: InputPSBTRecord](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  41. def corresponds[B](that: Seq[B])(p: (InputPSBTRecord, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  42. def corresponds[B](that: IterableOnce[B])(p: (InputPSBTRecord, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  43. def count(p: (InputPSBTRecord) => Boolean): Int
    Definition Classes
    IterableOnceOps
  44. def diff[B >: InputPSBTRecord](that: Seq[B]): IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  45. def distinct: IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  46. def distinctBy[B](f: (InputPSBTRecord) => B): IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  47. def distinctByKey[rType <: PSBTRecord](records: Vector[rType]): Vector[rType]
    Attributes
    protected
    Definition Classes
    PSBTMap
  48. def drop(n: Int): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  49. def dropRight(n: Int): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
  50. def dropWhile(p: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def elementWise: ElementWiseExtractor[Int, InputPSBTRecord]
    Definition Classes
    PartialFunction
  52. val elements: Vector[InputPSBTRecord]
    Definition Classes
    InputPSBTMapPSBTMap
  53. def empty: IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  54. def endsWith[B >: InputPSBTRecord](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  55. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  57. def exists(p: (InputPSBTRecord) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  58. def filter(pred: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def filterNot(pred: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  60. def filterRecords(key: PSBTInputKeyId): Vector[InputPSBTRecord]
  61. def filterRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[InputPSBTRecord]
    Attributes
    protected
    Definition Classes
    PSBTMap
  62. def finalize(input: TransactionInput): Try[InputPSBTMap]

    Finalizes this input if possible, returning a Failure if not

  63. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  64. def finalizedScriptSigOpt: Option[FinalizedScriptSig]
  65. def finalizedScriptWitnessOpt: Option[FinalizedScriptWitness]
  66. def find(p: (InputPSBTRecord) => Boolean): Option[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  67. def findLast(p: (InputPSBTRecord) => Boolean): Option[InputPSBTRecord]
    Definition Classes
    SeqOps
  68. def flatMap[B](f: (InputPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  69. def flatten[B](implicit asIterable: (InputPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  70. def fold[A1 >: InputPSBTRecord](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  71. def foldLeft[B](z: B)(op: (B, InputPSBTRecord) => B): B
    Definition Classes
    IterableOnceOps
  72. def foldRight[B](z: B)(op: (InputPSBTRecord, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  73. def forall(p: (InputPSBTRecord) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  74. def foreach[U](f: (InputPSBTRecord) => U): Unit
    Definition Classes
    IterableOnceOps
  75. def fromSpecific(coll: IterableOnce[InputPSBTRecord]): IndexedSeq[InputPSBTRecord]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  76. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  77. def getRecords(key: PSBTInputKeyId): Vector[RecordType]
  78. def getRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[PSBTMap.getRecords.KeyIdType.RecordType]
    Attributes
    protected
    Definition Classes
    PSBTMap
  79. def groupBy[K](f: (InputPSBTRecord) => K): Map[K, IndexedSeq[InputPSBTRecord]]
    Definition Classes
    IterableOps
  80. def groupMap[K, B](key: (InputPSBTRecord) => K)(f: (InputPSBTRecord) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  81. def groupMapReduce[K, B](key: (InputPSBTRecord) => K)(f: (InputPSBTRecord) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  82. def grouped(size: Int): Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    IterableOps
  83. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  84. def head: InputPSBTRecord
    Definition Classes
    IndexedSeqOps → IterableOps
  85. def headOption: Option[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
  86. def hex: String

    The hexadecimal representation of the NetworkElement

    The hexadecimal representation of the NetworkElement

    Definition Classes
    NetworkElement
  87. def hexLE: String

    The hexadecimal representation of the NetworkElement in little endian

    The hexadecimal representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  88. def indexOf[B >: InputPSBTRecord](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  89. def indexOf[B >: InputPSBTRecord](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  90. def indexOfSlice[B >: InputPSBTRecord](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  91. def indexOfSlice[B >: InputPSBTRecord](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  92. def indexWhere(p: (InputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  93. def indexWhere(p: (InputPSBTRecord) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  94. def indices: Range
    Definition Classes
    SeqOps
  95. def init: IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps
  96. def inits: Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    IterableOps
  97. def intersect[B >: InputPSBTRecord](that: Seq[B]): IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  98. def isBIP143Vulnerable: Boolean
  99. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  100. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  101. def isFinalized: Boolean
  102. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  103. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  104. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  105. def iterator: Iterator[InputPSBTRecord]
    Definition Classes
    SeqWrapper → IndexedSeqOps → IterableOnce
  106. def keySpendSignatureOpt: Option[TRKeySpendSignature]
  107. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  108. def last: InputPSBTRecord
    Definition Classes
    IndexedSeqOps → IterableOps
  109. def lastIndexOf[B >: InputPSBTRecord](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  110. def lastIndexOfSlice[B >: InputPSBTRecord](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  111. def lastIndexOfSlice[B >: InputPSBTRecord](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  112. def lastIndexWhere(p: (InputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  113. def lastIndexWhere(p: (InputPSBTRecord) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  114. def lastOption: Option[InputPSBTRecord]
    Definition Classes
    IterableOps
  115. def lazyZip[B](that: Iterable[B]): LazyZip2[InputPSBTRecord, B, InputPSBTMap.this.type]
    Definition Classes
    Iterable
  116. def leafScriptOpt: Option[TRLeafScript]
  117. def length: Int
    Definition Classes
    SeqWrapper → SeqOps
  118. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  119. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  120. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  121. def lift: (Int) => Option[InputPSBTRecord]
    Definition Classes
    PartialFunction
  122. def map[B](f: (InputPSBTRecord) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  123. def max[B >: InputPSBTRecord](implicit ord: Ordering[B]): InputPSBTRecord
    Definition Classes
    IterableOnceOps
  124. def maxBy[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): InputPSBTRecord
    Definition Classes
    IterableOnceOps
  125. def maxByOption[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): Option[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  126. def maxOption[B >: InputPSBTRecord](implicit ord: Ordering[B]): Option[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  127. def min[B >: InputPSBTRecord](implicit ord: Ordering[B]): InputPSBTRecord
    Definition Classes
    IterableOnceOps
  128. def minBy[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): InputPSBTRecord
    Definition Classes
    IterableOnceOps
  129. def minByOption[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): Option[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  130. def minOption[B >: InputPSBTRecord](implicit ord: Ordering[B]): Option[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  131. def missingSignatures(vout: Int): Vector[Sha256Hash160Digest]

    The HASH160 of each public key that could be used to sign the input, if calculable.

    The HASH160 of each public key that could be used to sign the input, if calculable. Sha256Hash160Digest is used because we won't know the raw public key for P2PKH scripts

    vout

    The vout from the input's out point

  132. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  133. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  134. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  135. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  136. def newSpecificBuilder: Builder[InputPSBTRecord, IndexedSeq[InputPSBTRecord]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  137. def nextRole(txIn: TransactionInput): PSBTRole

    The next PSBTRole that should be used for this input

  138. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  139. def nonWitnessOrUnknownUTXOOpt: Option[NonWitnessOrUnknownUTXO]
  140. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  141. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  142. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  143. def orElse[A1 <: Int, B1 >: InputPSBTRecord](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  144. def padTo[B >: InputPSBTRecord](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  145. def partialSignatures: Vector[PartialSignature]
  146. def partition(p: (InputPSBTRecord) => Boolean): (IndexedSeq[InputPSBTRecord], IndexedSeq[InputPSBTRecord])
    Definition Classes
    IterableOps
  147. def partitionMap[A1, A2](f: (InputPSBTRecord) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  148. def patch[B >: InputPSBTRecord](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  149. def permutations: Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    SeqOps
  150. def prepended[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  151. def prependedAll[B >: InputPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  152. def prevOutOpt(vout: Int): Option[TransactionOutput]

    The previous output for this input

    The previous output for this input

    vout

    The vout from the input's out point

  153. def product[B >: InputPSBTRecord](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  154. def productElementNames: Iterator[String]
    Definition Classes
    Product
  155. def proofOfReservesCommitmentOpt: Option[ProofOfReservesCommitment]
  156. def redeemScriptOpt: Option[RedeemScript]
  157. def reduce[B >: InputPSBTRecord](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  158. def reduceLeft[B >: InputPSBTRecord](op: (B, InputPSBTRecord) => B): B
    Definition Classes
    IterableOnceOps
  159. def reduceLeftOption[B >: InputPSBTRecord](op: (B, InputPSBTRecord) => B): Option[B]
    Definition Classes
    IterableOnceOps
  160. def reduceOption[B >: InputPSBTRecord](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  161. def reduceRight[B >: InputPSBTRecord](op: (InputPSBTRecord, B) => B): B
    Definition Classes
    IterableOnceOps
  162. def reduceRightOption[B >: InputPSBTRecord](op: (InputPSBTRecord, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  163. def reverse: IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → SeqOps
  164. def reverseIterator: Iterator[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → SeqOps
  165. def reversed: Iterable[InputPSBTRecord]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  166. def runWith[U](action: (InputPSBTRecord) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  167. def sameElements[B >: InputPSBTRecord](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  168. def scan[B >: InputPSBTRecord](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  169. def scanLeft[B](z: B)(op: (B, InputPSBTRecord) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  170. def scanRight[B](z: B)(op: (InputPSBTRecord, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  171. def scriptSpendSignatureOpt: Option[TRScriptSpendSignature]
  172. def search[B >: InputPSBTRecord](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  173. def search[B >: InputPSBTRecord](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  174. def segmentLength(p: (InputPSBTRecord) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  175. final def segmentLength(p: (InputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
  176. def sigHashTypeOpt: Option[SigHashType]
  177. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  178. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  179. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  180. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  181. def slice(from: Int, until: Int): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  182. def sliding(size: Int, step: Int): Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    IterableOps
  183. def sliding(size: Int): Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    IterableOps
  184. def sortBy[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  185. def sortWith(lt: (InputPSBTRecord, InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  186. def sorted[B >: InputPSBTRecord](implicit ord: Ordering[B]): IndexedSeq[InputPSBTRecord]
    Definition Classes
    SeqOps
  187. def span(p: (InputPSBTRecord) => Boolean): (IndexedSeq[InputPSBTRecord], IndexedSeq[InputPSBTRecord])
    Definition Classes
    IterableOps → IterableOnceOps
  188. def splitAt(n: Int): (IndexedSeq[InputPSBTRecord], IndexedSeq[InputPSBTRecord])
    Definition Classes
    IterableOps → IterableOnceOps
  189. def startsWith[B >: InputPSBTRecord](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  190. def stepper[S <: Stepper[_]](implicit shape: StepperShape[InputPSBTRecord, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  191. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  192. def sum[B >: InputPSBTRecord](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  193. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  194. def tail: IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps
  195. def tails: Iterator[IndexedSeq[InputPSBTRecord]]
    Definition Classes
    IterableOps
  196. def take(n: Int): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  197. def takeRight(n: Int): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
  198. def takeWhile(p: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  199. def tapEach[U](f: (InputPSBTRecord) => U): IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps → IterableOnceOps
  200. def taprootInternalKey: Option[TRInternalKey]
  201. def taprootMerkelRoot: Option[TRMerkelRoot]
  202. def to[C1](factory: Factory[InputPSBTRecord, C1]): C1
    Definition Classes
    IterableOnceOps
  203. def toArray[B >: InputPSBTRecord](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  204. final def toBuffer[B >: InputPSBTRecord]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  205. final def toIndexedSeq: IndexedSeq[InputPSBTRecord]
    Definition Classes
    IndexedSeq → IterableOnceOps
  206. def toInputInfo(txIn: TransactionInput, conditionalPath: ConditionalPath = ConditionalPath.NoCondition, preImages: Vector[NetworkElement] = Vector.empty): InputInfo
  207. def toInputInfoFinalized(txIn: TransactionInput, conditionalPath: ConditionalPath, preImages: Vector[NetworkElement]): InputInfo
  208. def toList: List[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  209. def toMap[K, V](implicit ev: <:<[InputPSBTRecord, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  210. final def toSeq: InputPSBTMap.this.type
    Definition Classes
    Seq → IterableOnceOps
  211. def toSet[B >: InputPSBTRecord]: Set[B]
    Definition Classes
    IterableOnceOps
  212. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  213. def toUTXOSatisfyingInfoUsingSigners(txIn: TransactionInput, signers: Vector[Sign], conditionalPath: ConditionalPath = ConditionalPath.NoCondition): ScriptSignatureParams[InputInfo]

    Takes the InputPSBTMap returns a NewSpendingInfoFull that can be used to sign the input

    Takes the InputPSBTMap returns a NewSpendingInfoFull that can be used to sign the input

    txIn

    The transaction input that this InputPSBTMap represents

    signers

    Signers that will be used to sign the input

    conditionalPath

    Path that should be used for the script

    returns

    A corresponding NewSpendingInfoFull

  214. def toUTXOSigningInfo(txIn: TransactionInput, signer: Sign, conditionalPath: ConditionalPath = ConditionalPath.NoCondition): ECSignatureParams[InputInfo]
  215. def toVector: Vector[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
  216. def transpose[B](implicit asIterable: (InputPSBTRecord) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  217. def unapply(a: Int): Option[InputPSBTRecord]
    Definition Classes
    PartialFunction
  218. def unzip[A1, A2](implicit asPair: (InputPSBTRecord) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  219. def unzip3[A1, A2, A3](implicit asTriple: (InputPSBTRecord) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  220. def updated[B >: InputPSBTRecord](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  221. def view: IndexedSeqView[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  222. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  223. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  224. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  225. def withFilter(p: (InputPSBTRecord) => Boolean): WithFilter[InputPSBTRecord, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  226. def witnessScriptOpt: Option[WitnessScript]
  227. def witnessUTXOOpt: Option[WitnessUTXO]
  228. val wrapped: Vector[InputPSBTRecord]
    Attributes
    protected
    Definition Classes
    InputPSBTMapSeqWrapper
  229. def zip[B](that: IterableOnce[B]): IndexedSeq[(InputPSBTRecord, B)]
    Definition Classes
    IterableOps
  230. def zipAll[A1 >: InputPSBTRecord, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  231. def zipWithIndex: IndexedSeq[(InputPSBTRecord, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, InputPSBTRecord) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: (InputPSBTRecord, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. def aggregate[B](z: => B)(seqop: (B, InputPSBTRecord) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  5. final def copyToBuffer[B >: InputPSBTRecord](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  6. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  7. final def prefixLength(p: (InputPSBTRecord) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[InputPSBTRecord]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  9. def reverseMap[B](f: (InputPSBTRecord) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  10. def seq: InputPSBTMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  11. final def toIterable: InputPSBTMap.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  12. final def toIterator: Iterator[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  13. final def toStream: Stream[InputPSBTRecord]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  14. final def toTraversable: Traversable[InputPSBTRecord]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  15. final def union[B >: InputPSBTRecord](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  16. def view(from: Int, until: Int): IndexedSeqView[InputPSBTRecord]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Ungrouped