final case class BatchOpenChannel(nodePubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, localFundingAmount: Long = 0L, pushSat: Long = 0L, private: Boolean = false, minHtlcMsat: Long = 0L, remoteCsvDelay: UInt32 = lnrpc.BatchOpenChannel._typemapper_remoteCsvDelay.toCustom(0), closeAddress: String = "", pendingChanId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, commitmentType: CommitmentType = lnrpc.CommitmentType.UNKNOWN_COMMITMENT_TYPE, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BatchOpenChannel] with Product with Serializable
- nodePubkey
The pubkey of the node to open a channel with. When using REST, this field must be encoded as base64.
- localFundingAmount
The number of satoshis the wallet should commit to the channel.
- pushSat
The number of satoshis to push to the remote side as part of the initial commitment state.
- private
Whether this channel should be private, not announced to the greater network.
- minHtlcMsat
The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- remoteCsvDelay
The delay we require on the remote's commitment transaction. If this is not set, it will be scaled automatically with the channel size.
- closeAddress
Close address is an optional address which specifies the address to which funds should be paid out to upon cooperative close. This field may only be set if the peer supports the option upfront feature bit (call listpeers to check). The remote peer will only accept cooperative closes to this address if it is set. Note: If this value is set on channel creation, you will *not* be able to cooperatively close out to a different address.
- pendingChanId
An optional, unique identifier of 32 random bytes that will be used as the pending channel ID to identify the channel while it is in the pre-pending state.
- commitmentType
The explicit commitment type to use. Note this field will only be used if the remote peer supports explicit channel negotiation.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- BatchOpenChannel
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BatchOpenChannel(nodePubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, localFundingAmount: Long = 0L, pushSat: Long = 0L, private: Boolean = false, minHtlcMsat: Long = 0L, remoteCsvDelay: UInt32 = lnrpc.BatchOpenChannel._typemapper_remoteCsvDelay.toCustom(0), closeAddress: String = "", pendingChanId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, commitmentType: CommitmentType = lnrpc.CommitmentType.UNKNOWN_COMMITMENT_TYPE, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- nodePubkey
The pubkey of the node to open a channel with. When using REST, this field must be encoded as base64.
- localFundingAmount
The number of satoshis the wallet should commit to the channel.
- pushSat
The number of satoshis to push to the remote side as part of the initial commitment state.
- private
Whether this channel should be private, not announced to the greater network.
- minHtlcMsat
The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- remoteCsvDelay
The delay we require on the remote's commitment transaction. If this is not set, it will be scaled automatically with the channel size.
- closeAddress
Close address is an optional address which specifies the address to which funds should be paid out to upon cooperative close. This field may only be set if the peer supports the option upfront feature bit (call listpeers to check). The remote peer will only accept cooperative closes to this address if it is set. Note: If this value is set on channel creation, you will *not* be able to cooperatively close out to a different address.
- pendingChanId
An optional, unique identifier of 32 random bytes that will be used as the pending channel ID to identify the channel while it is in the pre-pending state.
- commitmentType
The explicit commitment type to use. Note this field will only be used if the remote peer supports explicit channel negotiation.
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val closeAddress: String
- val commitmentType: CommitmentType
- def companion: BatchOpenChannel.type
- Definition Classes
- BatchOpenChannel → GeneratedMessage
- def discardUnknownFields: BatchOpenChannel
- 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
- BatchOpenChannel → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- BatchOpenChannel → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localFundingAmount: Long
- val minHtlcMsat: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodePubkey: ByteString
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pendingChanId: ByteString
- val private: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pushSat: Long
- val remoteCsvDelay: UInt32
- def serializedSize: Int
- Definition Classes
- BatchOpenChannel → 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
- BatchOpenChannel → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[BatchOpenChannel, BatchOpenChannel]) => Mutation[BatchOpenChannel]*): BatchOpenChannel
- 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 withCloseAddress(__v: String): BatchOpenChannel
- def withCommitmentType(__v: CommitmentType): BatchOpenChannel
- def withLocalFundingAmount(__v: Long): BatchOpenChannel
- def withMinHtlcMsat(__v: Long): BatchOpenChannel
- def withNodePubkey(__v: ByteString): BatchOpenChannel
- def withPendingChanId(__v: ByteString): BatchOpenChannel
- def withPrivate(__v: Boolean): BatchOpenChannel
- def withPushSat(__v: Long): BatchOpenChannel
- def withRemoteCsvDelay(__v: UInt32): BatchOpenChannel
- def withUnknownFields(__v: UnknownFieldSet): BatchOpenChannel
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- BatchOpenChannel → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage