final case class BatchOpenChannelRequest(channels: Seq[BatchOpenChannel] = _root_.scala.Seq.empty, targetConf: Int = 0, satPerVbyte: Long = 0L, minConfs: Int = 0, spendUnconfirmed: Boolean = false, label: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BatchOpenChannelRequest] with Product with Serializable
- channels
The list of channels to open.
- targetConf
The target number of blocks that the funding transaction should be confirmed by.
- satPerVbyte
A manual fee rate set in sat/vByte that should be used when crafting the funding transaction.
- minConfs
The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- spendUnconfirmed
Whether unconfirmed outputs should be used as inputs for the funding transaction.
- label
An optional label for the batch transaction, limited to 500 characters.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- BatchOpenChannelRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BatchOpenChannelRequest(channels: Seq[BatchOpenChannel] = _root_.scala.Seq.empty, targetConf: Int = 0, satPerVbyte: Long = 0L, minConfs: Int = 0, spendUnconfirmed: Boolean = false, label: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- channels
The list of channels to open.
- targetConf
The target number of blocks that the funding transaction should be confirmed by.
- satPerVbyte
A manual fee rate set in sat/vByte that should be used when crafting the funding transaction.
- minConfs
The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- spendUnconfirmed
Whether unconfirmed outputs should be used as inputs for the funding transaction.
- label
An optional label for the batch transaction, limited to 500 characters.
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 addAllChannels(__vs: Iterable[BatchOpenChannel]): BatchOpenChannelRequest
- def addChannels(__vs: BatchOpenChannel*): BatchOpenChannelRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channels: Seq[BatchOpenChannel]
- def clearChannels: BatchOpenChannelRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: BatchOpenChannelRequest.type
- Definition Classes
- BatchOpenChannelRequest → GeneratedMessage
- def discardUnknownFields: BatchOpenChannelRequest
- 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
- BatchOpenChannelRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- BatchOpenChannelRequest → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- val minConfs: Int
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val satPerVbyte: Long
- def serializedSize: Int
- Definition Classes
- BatchOpenChannelRequest → GeneratedMessage
- val spendUnconfirmed: Boolean
- 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
- BatchOpenChannelRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[BatchOpenChannelRequest, BatchOpenChannelRequest]) => Mutation[BatchOpenChannelRequest]*): BatchOpenChannelRequest
- 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 withChannels(__v: Seq[BatchOpenChannel]): BatchOpenChannelRequest
- def withLabel(__v: String): BatchOpenChannelRequest
- def withMinConfs(__v: Int): BatchOpenChannelRequest
- def withSatPerVbyte(__v: Long): BatchOpenChannelRequest
- def withSpendUnconfirmed(__v: Boolean): BatchOpenChannelRequest
- def withTargetConf(__v: Int): BatchOpenChannelRequest
- def withUnknownFields(__v: UnknownFieldSet): BatchOpenChannelRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- BatchOpenChannelRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage