final case class ReadyForPsbtFunding(fundingAddress: String = "", fundingAmount: Long = 0L, psbt: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ReadyForPsbtFunding] with Product with Serializable
- fundingAddress
The P2WSH address of the channel funding multisig address that the below specified amount in satoshis needs to be sent to.
- fundingAmount
The exact amount in satoshis that needs to be sent to the above address to fund the pending channel.
- psbt
A raw PSBT that contains the pending channel output. If a base PSBT was provided in the PsbtShim, this is the base PSBT with one additional output. If no base PSBT was specified, this is an otherwise empty PSBT with exactly one output.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ReadyForPsbtFunding
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ReadyForPsbtFunding(fundingAddress: String = "", fundingAmount: Long = 0L, psbt: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- fundingAddress
The P2WSH address of the channel funding multisig address that the below specified amount in satoshis needs to be sent to.
- fundingAmount
The exact amount in satoshis that needs to be sent to the above address to fund the pending channel.
- psbt
A raw PSBT that contains the pending channel output. If a base PSBT was provided in the PsbtShim, this is the base PSBT with one additional output. If no base PSBT was specified, this is an otherwise empty PSBT with exactly one output.
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()
- def companion: ReadyForPsbtFunding.type
- Definition Classes
- ReadyForPsbtFunding → GeneratedMessage
- def discardUnknownFields: ReadyForPsbtFunding
- 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 fundingAddress: String
- val fundingAmount: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ReadyForPsbtFunding → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ReadyForPsbtFunding → GeneratedMessage
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val psbt: ByteString
- def serializedSize: Int
- Definition Classes
- ReadyForPsbtFunding → 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
- ReadyForPsbtFunding → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ReadyForPsbtFunding, ReadyForPsbtFunding]) => Mutation[ReadyForPsbtFunding]*): ReadyForPsbtFunding
- 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 withFundingAddress(__v: String): ReadyForPsbtFunding
- def withFundingAmount(__v: Long): ReadyForPsbtFunding
- def withPsbt(__v: ByteString): ReadyForPsbtFunding
- def withUnknownFields(__v: UnknownFieldSet): ReadyForPsbtFunding
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ReadyForPsbtFunding → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage