New Channel
data class NewChannel(amount: MilliSatoshi, fees: MilliSatoshi, channelId: ByteVector32?) : IncomingPayment.ReceivedWith
Content copied to clipboard
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.
channel Id
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
fun NewChannel(amount: MilliSatoshi, fees: MilliSatoshi, channelId: ByteVector32?)
Content copied to clipboard