NewChannel

fun NewChannel(amount: MilliSatoshi, fees: MilliSatoshi, channelId: ByteVector32?)

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.