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. val amountSat: Int
  2. val broadcastAttempts: Int
  3. def clearOutpoint: PendingSweep
  4. def companion: PendingSweep.type
    Definition Classes
    PendingSweep → GeneratedMessage
  5. def discardUnknownFields: PendingSweep
  6. val force: Boolean
  7. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PendingSweep → GeneratedMessage
  8. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PendingSweep → GeneratedMessage
  9. def getOutpoint: OutPoint
  10. val nextBroadcastHeight: Int
  11. val outpoint: Option[OutPoint]
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. val requestedConfTarget: Int
  14. val requestedSatPerVbyte: Long
  15. val satPerVbyte: Long
  16. def serializedSize: Int
    Definition Classes
    PendingSweep → GeneratedMessage
  17. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  18. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  19. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  20. def toProtoString: String
    Definition Classes
    PendingSweep → GeneratedMessage
  21. val unknownFields: UnknownFieldSet
  22. def update(ms: (Lens[PendingSweep, PendingSweep]) => Mutation[PendingSweep]*): PendingSweep
    Definition Classes
    Updatable
  23. def withAmountSat(__v: Int): PendingSweep
  24. def withBroadcastAttempts(__v: Int): PendingSweep
  25. def withForce(__v: Boolean): PendingSweep
  26. def withNextBroadcastHeight(__v: Int): PendingSweep
  27. def withOutpoint(__v: OutPoint): PendingSweep
  28. def withRequestedConfTarget(__v: Int): PendingSweep
  29. def withRequestedSatPerByte(__v: Int): PendingSweep
  30. def withRequestedSatPerVbyte(__v: Long): PendingSweep
  31. def withSatPerByte(__v: Int): PendingSweep
  32. def withSatPerVbyte(__v: Long): PendingSweep
  33. def withUnknownFields(__v: UnknownFieldSet): PendingSweep
  34. def withWitnessType(__v: WitnessType): PendingSweep
  35. val witnessType: WitnessType
  36. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  37. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PendingSweep → GeneratedMessage
  38. 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