Lightning Payment
data class LightningPayment(amount: MilliSatoshi, channelId: ByteVector32, htlcId: Long) : IncomingPayment.ReceivedWith
Content copied to clipboard
Payment was received via existing lightning channels.
Constructors
LightningPayment
Link copied to clipboard
fun LightningPayment(amount: MilliSatoshi, channelId: ByteVector32, htlcId: Long)
Content copied to clipboard