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()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PendingSweep
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val amountSat: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val broadcastAttempts: Int
  7. def clearOutpoint: PendingSweep
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def companion: PendingSweep.type
    Definition Classes
    PendingSweep → GeneratedMessage
  10. def discardUnknownFields: PendingSweep
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. val force: Boolean
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PendingSweep → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PendingSweep → GeneratedMessage
  17. def getOutpoint: OutPoint
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val nextBroadcastHeight: Int
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val outpoint: Option[OutPoint]
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val requestedConfTarget: Int
  26. val requestedSatPerVbyte: Long
  27. val satPerVbyte: Long
  28. def serializedSize: Int
    Definition Classes
    PendingSweep → GeneratedMessage
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    PendingSweep → GeneratedMessage
  34. val unknownFields: UnknownFieldSet
  35. def update(ms: (Lens[PendingSweep, PendingSweep]) => Mutation[PendingSweep]*): PendingSweep
    Definition Classes
    Updatable
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withAmountSat(__v: Int): PendingSweep
  40. def withBroadcastAttempts(__v: Int): PendingSweep
  41. def withForce(__v: Boolean): PendingSweep
  42. def withNextBroadcastHeight(__v: Int): PendingSweep
  43. def withOutpoint(__v: OutPoint): PendingSweep
  44. def withRequestedConfTarget(__v: Int): PendingSweep
  45. def withRequestedSatPerByte(__v: Int): PendingSweep
  46. def withRequestedSatPerVbyte(__v: Long): PendingSweep
  47. def withSatPerByte(__v: Int): PendingSweep
  48. def withSatPerVbyte(__v: Long): PendingSweep
  49. def withUnknownFields(__v: UnknownFieldSet): PendingSweep
  50. def withWitnessType(__v: WitnessType): PendingSweep
  51. val witnessType: WitnessType
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PendingSweep → GeneratedMessage
  54. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val requestedSatPerByte: Int
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. val satPerByte: Int
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from Updatable[PendingSweep]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped