final case class BumpFeeRequest(outpoint: Option[OutPoint] = _root_.scala.None, targetConf: Int = 0, satPerByte: Int = 0, force: Boolean = false, satPerVbyte: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BumpFeeRequest] with Product with Serializable
- outpoint
The input we're attempting to bump the fee of.
- targetConf
The target number of blocks that the input should be spent within.
- satPerByte
Deprecated, use sat_per_vbyte. The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
- force
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
- satPerVbyte
The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- BumpFeeRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BumpFeeRequest(outpoint: Option[OutPoint] = _root_.scala.None, targetConf: Int = 0, satPerByte: Int = 0, force: Boolean = false, satPerVbyte: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- outpoint
The input we're attempting to bump the fee of.
- targetConf
The target number of blocks that the input should be spent within.
- satPerByte
Deprecated, use sat_per_vbyte. The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
- force
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
- satPerVbyte
The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOutpoint: BumpFeeRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: BumpFeeRequest.type
- Definition Classes
- BumpFeeRequest → GeneratedMessage
- def discardUnknownFields: BumpFeeRequest
- 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
- BumpFeeRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- BumpFeeRequest → GeneratedMessage
- def getOutpoint: OutPoint
- 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 outpoint: Option[OutPoint]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val satPerVbyte: Long
- def serializedSize: Int
- Definition Classes
- BumpFeeRequest → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetConf: Int
- 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
- BumpFeeRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[BumpFeeRequest, BumpFeeRequest]) => Mutation[BumpFeeRequest]*): BumpFeeRequest
- 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 withForce(__v: Boolean): BumpFeeRequest
- def withOutpoint(__v: OutPoint): BumpFeeRequest
- def withSatPerByte(__v: Int): BumpFeeRequest
- def withSatPerVbyte(__v: Long): BumpFeeRequest
- def withTargetConf(__v: Int): BumpFeeRequest
- def withUnknownFields(__v: UnknownFieldSet): BumpFeeRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- BumpFeeRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage