final case class PendingSweep(outpoint: Option[OutPoint] = _root_.scala.None, witnessType: WitnessType = walletrpc.WitnessType.UNKNOWN_WITNESS, amountSat: Int = 0, satPerByte: Int = 0, broadcastAttempts: Int = 0, nextBroadcastHeight: Int = 0, requestedConfTarget: Int = 0, requestedSatPerByte: Int = 0, satPerVbyte: Long = 0L, requestedSatPerVbyte: Long = 0L, force: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PendingSweep] with Product with Serializable
- outpoint
The outpoint of the output we're attempting to sweep.
- witnessType
The witness type of the output we're attempting to sweep.
- amountSat
The value of the output we're attempting to sweep.
- satPerByte
Deprecated, use sat_per_vbyte. The fee rate we'll use to sweep the output, expressed in sat/vbyte. The fee rate is only determined once a sweeping transaction for the output is created, so it's possible for this to be 0 before this.
- broadcastAttempts
The number of broadcast attempts we've made to sweep the output.
- nextBroadcastHeight
The next height of the chain at which we'll attempt to broadcast the sweep transaction of the output.
- requestedConfTarget
The requested confirmation target for this output.
- requestedSatPerByte
Deprecated, use requested_sat_per_vbyte. The requested fee rate, expressed in sat/vbyte, for this output.
- satPerVbyte
The fee rate we'll use to sweep the output, expressed in sat/vbyte. The fee rate is only determined once a sweeping transaction for the output is created, so it's possible for this to be 0 before this.
- requestedSatPerVbyte
The requested fee rate, expressed in sat/vbyte, for this output.
- force
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- PendingSweep
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PendingSweep(outpoint: Option[OutPoint] = _root_.scala.None, witnessType: WitnessType = walletrpc.WitnessType.UNKNOWN_WITNESS, amountSat: Int = 0, satPerByte: Int = 0, broadcastAttempts: Int = 0, nextBroadcastHeight: Int = 0, requestedConfTarget: Int = 0, requestedSatPerByte: Int = 0, satPerVbyte: Long = 0L, requestedSatPerVbyte: Long = 0L, force: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- outpoint
The outpoint of the output we're attempting to sweep.
- witnessType
The witness type of the output we're attempting to sweep.
- amountSat
The value of the output we're attempting to sweep.
- satPerByte
Deprecated, use sat_per_vbyte. The fee rate we'll use to sweep the output, expressed in sat/vbyte. The fee rate is only determined once a sweeping transaction for the output is created, so it's possible for this to be 0 before this.
- broadcastAttempts
The number of broadcast attempts we've made to sweep the output.
- nextBroadcastHeight
The next height of the chain at which we'll attempt to broadcast the sweep transaction of the output.
- requestedConfTarget
The requested confirmation target for this output.
- requestedSatPerByte
Deprecated, use requested_sat_per_vbyte. The requested fee rate, expressed in sat/vbyte, for this output.
- satPerVbyte
The fee rate we'll use to sweep the output, expressed in sat/vbyte. The fee rate is only determined once a sweeping transaction for the output is created, so it's possible for this to be 0 before this.
- requestedSatPerVbyte
The requested fee rate, expressed in sat/vbyte, for this output.
- force
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
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
- val amountSat: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val broadcastAttempts: Int
- def clearOutpoint: PendingSweep
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: PendingSweep.type
- Definition Classes
- PendingSweep → GeneratedMessage
- def discardUnknownFields: PendingSweep
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val force: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- PendingSweep → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- PendingSweep → GeneratedMessage
- def getOutpoint: OutPoint
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextBroadcastHeight: Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outpoint: Option[OutPoint]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestedConfTarget: Int
- val requestedSatPerVbyte: Long
- val satPerVbyte: Long
- def serializedSize: Int
- Definition Classes
- PendingSweep → GeneratedMessage
- 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
- PendingSweep → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[PendingSweep, PendingSweep]) => Mutation[PendingSweep]*): PendingSweep
- 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 withAmountSat(__v: Int): PendingSweep
- def withBroadcastAttempts(__v: Int): PendingSweep
- def withForce(__v: Boolean): PendingSweep
- def withNextBroadcastHeight(__v: Int): PendingSweep
- def withOutpoint(__v: OutPoint): PendingSweep
- def withRequestedConfTarget(__v: Int): PendingSweep
- def withRequestedSatPerByte(__v: Int): PendingSweep
- def withRequestedSatPerVbyte(__v: Long): PendingSweep
- def withSatPerByte(__v: Int): PendingSweep
- def withSatPerVbyte(__v: Long): PendingSweep
- def withUnknownFields(__v: UnknownFieldSet): PendingSweep
- def withWitnessType(__v: WitnessType): PendingSweep
- val witnessType: WitnessType
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- PendingSweep → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage