NewChannel

data class NewChannel(amount: MilliSatoshi, fees: MilliSatoshi, channelId: ByteVector32?) : IncomingPayment.ReceivedWith

Payment was received via a new channel opened to us.

Parameters

amount

Our side of the balance of this channel when it's created. This is the amount pushed to us once the creation fees are applied.

fees

Fees paid to open this channel.

channelId

the long id of the channel created to receive this payment. May be null if the channel id is not known.

Constructors

NewChannel
Link copied to clipboard
common
fun NewChannel(amount: MilliSatoshi, fees: MilliSatoshi, channelId: ByteVector32?)

Properties

amount
Link copied to clipboard
common
open override val amount: MilliSatoshi
channelId
Link copied to clipboard
common
val channelId: ByteVector32?
fees
Link copied to clipboard
common
open override val fees: MilliSatoshi