case class InputPSBTMap(elements: Vector[InputPSBTRecord]) extends SeqWrapper[InputPSBTRecord] with PSBTMap[InputPSBTRecord] with Product with Serializable
- Alphabetic
- By Inheritance
- InputPSBTMap
- Serializable
- Product
- PSBTMap
- NetworkElement
- SeqWrapper
- IndexedSeq
- IndexedSeqOps
- IndexedSeq
- IndexedSeqOps
- Seq
- SeqOps
- Seq
- Equals
- SeqOps
- PartialFunction
- Function1
- Iterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InputPSBTMap(elements: Vector[InputPSBTRecord])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++:[B >: InputPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- final def +:[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :+[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :++[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def BIP32DerivationPaths: Vector[BIP32DerivationPath]
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- def andThen[C](k: PartialFunction[InputPSBTRecord, C]): PartialFunction[Int, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (InputPSBTRecord) => C): PartialFunction[Int, C]
- Definition Classes
- PartialFunction → Function1
- def appended[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def appendedAll[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def apply(idx: Int): InputPSBTRecord
- Definition Classes
- SeqWrapper → SeqOps → Function1
- def applyOrElse[A1 <: Int, B1 >: InputPSBTRecord](x: A1, default: (A1) => B1): B1
- Definition Classes
- PartialFunction
- def applyPreferredMaxLength: Int
- Attributes
- protected
- Definition Classes
- IndexedSeq
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byteSize: Long
The size of the NetworkElement in bytes.
The size of the NetworkElement in bytes.
- Definition Classes
- NetworkElement
- def bytes: ByteVector
The byte representation of the NetworkElement
The byte representation of the NetworkElement
- Definition Classes
- PSBTMap → NetworkElement
- def bytesLE: ByteVector
The byte representation of the NetworkElement in little endian
The byte representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- def canEqual(that: Any): Boolean
- Definition Classes
- IndexedSeq → Seq → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def coll: InputPSBTMap.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[InputPSBTRecord, B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[InputPSBTRecord, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def combinations(n: Int): Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- SeqOps
- 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
- def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, InputPSBTRecord]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => Int): (A) => InputPSBTRecord
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- 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.
- Compresses the size of the data 2. Allows for segwit only compatibility
- txIn
The TransactionInput that this InputPSBTMap represents
- returns
The compressed InputPSBTMap
- final def concat[B >: InputPSBTRecord](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- def contains[A1 >: InputPSBTRecord](elem: A1): Boolean
- Definition Classes
- SeqOps
- def containsSlice[B >: InputPSBTRecord](that: Seq[B]): Boolean
- Definition Classes
- SeqOps
- def copyToArray[B >: InputPSBTRecord](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: InputPSBTRecord](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: InputPSBTRecord](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: Seq[B])(p: (InputPSBTRecord, B) => Boolean): Boolean
- Definition Classes
- SeqOps
- def corresponds[B](that: IterableOnce[B])(p: (InputPSBTRecord, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (InputPSBTRecord) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def diff[B >: InputPSBTRecord](that: Seq[B]): IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def distinct: IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def distinctBy[B](f: (InputPSBTRecord) => B): IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def distinctByKey[rType <: PSBTRecord](records: Vector[rType]): Vector[rType]
- Attributes
- protected
- Definition Classes
- PSBTMap
- def drop(n: Int): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def dropRight(n: Int): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- def dropWhile(p: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[Int, InputPSBTRecord]
- Definition Classes
- PartialFunction
- val elements: Vector[InputPSBTRecord]
- Definition Classes
- InputPSBTMap → PSBTMap
- def empty: IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def endsWith[B >: InputPSBTRecord](that: Iterable[B]): Boolean
- Definition Classes
- SeqOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- Seq → Equals → AnyRef → Any
- def exists(p: (InputPSBTRecord) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterRecords(key: PSBTInputKeyId): Vector[InputPSBTRecord]
- def filterRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[InputPSBTRecord]
- Attributes
- protected
- Definition Classes
- PSBTMap
- def finalize(input: TransactionInput): Try[InputPSBTMap]
Finalizes this input if possible, returning a Failure if not
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finalizedScriptSigOpt: Option[FinalizedScriptSig]
- def finalizedScriptWitnessOpt: Option[FinalizedScriptWitness]
- def find(p: (InputPSBTRecord) => Boolean): Option[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- def findLast(p: (InputPSBTRecord) => Boolean): Option[InputPSBTRecord]
- Definition Classes
- SeqOps
- def flatMap[B](f: (InputPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (InputPSBTRecord) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: InputPSBTRecord](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, InputPSBTRecord) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (InputPSBTRecord, B) => B): B
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def forall(p: (InputPSBTRecord) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (InputPSBTRecord) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[InputPSBTRecord]): IndexedSeq[InputPSBTRecord]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRecords(key: PSBTInputKeyId): Vector[RecordType]
- def getRecords[KeyIdType <: PSBTKeyId](key: KeyIdType, keyIdFactory: PSBTKeyIdFactory[KeyIdType]): Vector[PSBTMap.getRecords.KeyIdType.RecordType]
- Attributes
- protected
- Definition Classes
- PSBTMap
- def groupBy[K](f: (InputPSBTRecord) => K): Map[K, IndexedSeq[InputPSBTRecord]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (InputPSBTRecord) => K)(f: (InputPSBTRecord) => B): Map[K, IndexedSeq[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (InputPSBTRecord) => K)(f: (InputPSBTRecord) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- Seq → AnyRef → Any
- def head: InputPSBTRecord
- Definition Classes
- IndexedSeqOps → IterableOps
- def headOption: Option[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- def hex: String
The hexadecimal representation of the NetworkElement
The hexadecimal representation of the NetworkElement
- Definition Classes
- NetworkElement
- def hexLE: String
The hexadecimal representation of the NetworkElement in little endian
The hexadecimal representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- def indexOf[B >: InputPSBTRecord](elem: B): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOf[B >: InputPSBTRecord](elem: B, from: Int): Int
- Definition Classes
- SeqOps
- def indexOfSlice[B >: InputPSBTRecord](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOfSlice[B >: InputPSBTRecord](that: Seq[B], from: Int): Int
- Definition Classes
- SeqOps
- def indexWhere(p: (InputPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexWhere(p: (InputPSBTRecord) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- def indices: Range
- Definition Classes
- SeqOps
- def init: IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps
- def inits: Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- IterableOps
- def intersect[B >: InputPSBTRecord](that: Seq[B]): IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def isBIP143Vulnerable: Boolean
- def isDefinedAt(idx: Int): Boolean
- Definition Classes
- SeqOps
- def isEmpty: Boolean
- Definition Classes
- SeqOps → IterableOnceOps
- def isFinalized: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: SeqFactory[IndexedSeq]
- Definition Classes
- IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
- def iterator: Iterator[InputPSBTRecord]
- Definition Classes
- SeqWrapper → IndexedSeqOps → IterableOnce
- def keySpendSignatureOpt: Option[TRKeySpendSignature]
- def knownSize: Int
- Definition Classes
- IndexedSeqOps → IterableOnce
- def last: InputPSBTRecord
- Definition Classes
- IndexedSeqOps → IterableOps
- def lastIndexOf[B >: InputPSBTRecord](elem: B, end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexOfSlice[B >: InputPSBTRecord](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexOfSlice[B >: InputPSBTRecord](that: Seq[B], end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexWhere(p: (InputPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexWhere(p: (InputPSBTRecord) => Boolean, end: Int): Int
- Definition Classes
- SeqOps
- def lastOption: Option[InputPSBTRecord]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[InputPSBTRecord, B, InputPSBTMap.this.type]
- Definition Classes
- Iterable
- def leafScriptOpt: Option[TRLeafScript]
- def length: Int
- Definition Classes
- SeqWrapper → SeqOps
- final def lengthCompare(that: Iterable[_]): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthCompare(len: Int): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthIs: SizeCompareOps
- Definition Classes
- SeqOps
- Annotations
- @inline()
- def lift: (Int) => Option[InputPSBTRecord]
- Definition Classes
- PartialFunction
- def map[B](f: (InputPSBTRecord) => B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def max[B >: InputPSBTRecord](implicit ord: Ordering[B]): InputPSBTRecord
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): InputPSBTRecord
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): Option[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: InputPSBTRecord](implicit ord: Ordering[B]): Option[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- def min[B >: InputPSBTRecord](implicit ord: Ordering[B]): InputPSBTRecord
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): InputPSBTRecord
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): Option[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- def minOption[B >: InputPSBTRecord](implicit ord: Ordering[B]): Option[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- 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
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[InputPSBTRecord, IndexedSeq[InputPSBTRecord]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nextRole(txIn: TransactionInput): PSBTRole
The next PSBTRole that should be used for this input
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def nonWitnessOrUnknownUTXOOpt: Option[NonWitnessOrUnknownUTXO]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def occCounts[B](sq: Seq[B]): Map[B, Int]
- Attributes
- protected[collection]
- Definition Classes
- SeqOps
- def orElse[A1 <: Int, B1 >: InputPSBTRecord](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def padTo[B >: InputPSBTRecord](len: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def partialSignatures[Sig <: DigitalSignature]: Vector[PartialSignature[Sig]]
- def partition(p: (InputPSBTRecord) => Boolean): (IndexedSeq[InputPSBTRecord], IndexedSeq[InputPSBTRecord])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (InputPSBTRecord) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def patch[B >: InputPSBTRecord](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
- Definition Classes
- SeqOps
- def permutations: Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- SeqOps
- def prepended[B >: InputPSBTRecord](elem: B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → SeqOps
- def prependedAll[B >: InputPSBTRecord](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- 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
- def product[B >: InputPSBTRecord](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def proofOfReservesCommitmentOpt: Option[ProofOfReservesCommitment]
- def redeemScriptOpt: Option[RedeemScript]
- def reduce[B >: InputPSBTRecord](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: InputPSBTRecord](op: (B, InputPSBTRecord) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: InputPSBTRecord](op: (B, InputPSBTRecord) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: InputPSBTRecord](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: InputPSBTRecord](op: (InputPSBTRecord, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: InputPSBTRecord](op: (InputPSBTRecord, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reverse: IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reverseIterator: Iterator[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reversed: Iterable[InputPSBTRecord]
- Attributes
- protected
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def runWith[U](action: (InputPSBTRecord) => U): (Int) => Boolean
- Definition Classes
- PartialFunction
- def sameElements[B >: InputPSBTRecord](o: IterableOnce[B]): Boolean
- Definition Classes
- IndexedSeq → SeqOps
- def scan[B >: InputPSBTRecord](z: B)(op: (B, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, InputPSBTRecord) => B): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (InputPSBTRecord, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def scriptSpendSignatureOpt: Option[TRScriptSpendSignature]
- def search[B >: InputPSBTRecord](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def search[B >: InputPSBTRecord](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def segmentLength(p: (InputPSBTRecord) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- final def segmentLength(p: (InputPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- def sigHashTypeOpt: Option[SigHashType]
- final def size: Int
- Definition Classes
- SeqOps → IterableOnceOps
- final def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeCompare(otherSize: Int): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- IterableOps
- def sortBy[B](f: (InputPSBTRecord) => B)(implicit ord: Ordering[B]): IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def sortWith(lt: (InputPSBTRecord, InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def sorted[B >: InputPSBTRecord](implicit ord: Ordering[B]): IndexedSeq[InputPSBTRecord]
- Definition Classes
- SeqOps
- def span(p: (InputPSBTRecord) => Boolean): (IndexedSeq[InputPSBTRecord], IndexedSeq[InputPSBTRecord])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (IndexedSeq[InputPSBTRecord], IndexedSeq[InputPSBTRecord])
- Definition Classes
- IterableOps → IterableOnceOps
- def startsWith[B >: InputPSBTRecord](that: IterableOnce[B], offset: Int): Boolean
- Definition Classes
- SeqOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[InputPSBTRecord, S]): S with EfficientSplit
- Definition Classes
- IndexedSeqOps → IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- IndexedSeq → Seq → Iterable
- def sum[B >: InputPSBTRecord](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps
- def tails: Iterator[IndexedSeq[InputPSBTRecord]]
- Definition Classes
- IterableOps
- def take(n: Int): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def takeRight(n: Int): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → IterableOps
- def takeWhile(p: (InputPSBTRecord) => Boolean): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (InputPSBTRecord) => U): IndexedSeq[InputPSBTRecord]
- Definition Classes
- IterableOps → IterableOnceOps
- def taprootInternalKey: Option[TRInternalKey]
- def taprootMerkelRoot: Option[TRMerkelRoot]
- def to[C1](factory: Factory[InputPSBTRecord, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: InputPSBTRecord](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: InputPSBTRecord]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def toIndexedSeq: IndexedSeq[InputPSBTRecord]
- Definition Classes
- IndexedSeq → IterableOnceOps
- def toInputInfo(txIn: TransactionInput, previousOutputMap: PreviousOutputMap, conditionalPath: ConditionalPath = ConditionalPath.NoCondition, preImages: Vector[NetworkElement] = Vector.empty): InputInfo
- def toInputInfoFinalized(txIn: TransactionInput, conditionalPath: ConditionalPath, preImages: Vector[NetworkElement], outputMap: PreviousOutputMap): InputInfo
- def toList: List[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[InputPSBTRecord, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- final def toSeq: InputPSBTMap.this.type
- Definition Classes
- Seq → IterableOnceOps
- def toSet[B >: InputPSBTRecord]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Seq → Function1 → Iterable → AnyRef → Any
- 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
- def toUTXOSigningInfo(txIn: TransactionInput, signer: Sign, conditionalPath: ConditionalPath = ConditionalPath.NoCondition): ECSignatureParams[InputInfo]
- def toVector: Vector[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (InputPSBTRecord) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
- Definition Classes
- IterableOps
- def unapply(a: Int): Option[InputPSBTRecord]
- Definition Classes
- PartialFunction
- def unzip[A1, A2](implicit asPair: (InputPSBTRecord) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (InputPSBTRecord) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
- Definition Classes
- IterableOps
- def updated[B >: InputPSBTRecord](index: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def view: IndexedSeqView[InputPSBTRecord]
- Definition Classes
- IndexedSeqOps → SeqOps → IterableOps
- 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()
- def withFilter(p: (InputPSBTRecord) => Boolean): WithFilter[InputPSBTRecord, [_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- def witnessScriptOpt: Option[WitnessScript]
- def witnessUTXOOpt: Option[WitnessUTXO]
- val wrapped: Vector[InputPSBTRecord]
- Attributes
- protected
- Definition Classes
- InputPSBTMap → SeqWrapper
- def zip[B](that: IterableOnce[B]): IndexedSeq[(InputPSBTRecord, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: InputPSBTRecord, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: IndexedSeq[(InputPSBTRecord, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- 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 /:
- 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 :\
- 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, useParIterableLike#aggregate
.
- def companion: IterableFactory[[_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- 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
- 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)
- final def prefixLength(p: (InputPSBTRecord) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use segmentLength instead of prefixLength
- 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
- 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)
- def seq: InputPSBTMap.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- final def toIterator: Iterator[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[InputPSBTRecord]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- 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
- 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)