final case class SignReq(rawTxBytes: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, signDescs: Seq[SignDescriptor] = _root_.scala.Seq.empty, prevOutputs: Seq[TxOut] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SignReq] with Product with Serializable
- rawTxBytes
The raw bytes of the transaction to be signed.
- signDescs
A set of sign descriptors, for each input to be signed.
- prevOutputs
The full list of UTXO information for each of the inputs being spent. This is required when spending one or more taproot (SegWit v1) outputs.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SignReq
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SignReq(rawTxBytes: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, signDescs: Seq[SignDescriptor] = _root_.scala.Seq.empty, prevOutputs: Seq[TxOut] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- rawTxBytes
The raw bytes of the transaction to be signed.
- signDescs
A set of sign descriptors, for each input to be signed.
- prevOutputs
The full list of UTXO information for each of the inputs being spent. This is required when spending one or more taproot (SegWit v1) outputs.
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 addAllPrevOutputs(__vs: Iterable[TxOut]): SignReq
- def addAllSignDescs(__vs: Iterable[SignDescriptor]): SignReq
- def addPrevOutputs(__vs: TxOut*): SignReq
- def addSignDescs(__vs: SignDescriptor*): SignReq
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearPrevOutputs: SignReq
- def clearSignDescs: SignReq
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: SignReq.type
- Definition Classes
- SignReq → GeneratedMessage
- def discardUnknownFields: SignReq
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SignReq → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SignReq → GeneratedMessage
- 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()
- val prevOutputs: Seq[TxOut]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rawTxBytes: ByteString
- def serializedSize: Int
- Definition Classes
- SignReq → GeneratedMessage
- val signDescs: Seq[SignDescriptor]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- SignReq → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[SignReq, SignReq]) => Mutation[SignReq]*): SignReq
- Definition Classes
- Updatable
- 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 withPrevOutputs(__v: Seq[TxOut]): SignReq
- def withRawTxBytes(__v: ByteString): SignReq
- def withSignDescs(__v: Seq[SignDescriptor]): SignReq
- def withUnknownFields(__v: UnknownFieldSet): SignReq
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SignReq → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage