Received With
sealed class ReceivedWith
Content copied to clipboard
Types
Lightning Payment
Link copied to clipboard
data class LightningPayment(amount: MilliSatoshi, channelId: ByteVector32, htlcId: Long) : IncomingPayment.ReceivedWith
Content copied to clipboard
Payment was received via existing lightning channels.
New Channel
Link copied to clipboard
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.
Properties
Inheritors
IncomingPayment.ReceivedWith
Link copied to clipboard
IncomingPayment.ReceivedWith
Link copied to clipboard