Details
sealed class Details
Content copied to clipboard
Types
Channel Closing
Link copied to clipboard
data class ChannelClosing(channelId: ByteVector32, closingAddress: String, isSentToDefaultAddress: Boolean) : OutgoingPayment.Details
Content copied to clipboard
Corresponds to the on-chain payments made when closing a channel.
Key Send
Link copied to clipboard
KeySend payments are spontaneous donations that don't need an invoice from the recipient.
Normal
Link copied to clipboard
data class Normal(paymentRequest: PaymentRequest) : OutgoingPayment.Details
Content copied to clipboard
A normal lightning payment.
Swap Out
Link copied to clipboard
data class SwapOut(address: String, paymentHash: ByteVector32) : OutgoingPayment.Details
Content copied to clipboard
Swaps out send a lightning payment to a swap server, which will send an on-chain transaction to a given address.
Functions
matches Filters
Link copied to clipboard
Properties
paymentHash
Link copied to clipboard
Inheritors
OutgoingPayment.Details
Link copied to clipboard
OutgoingPayment.Details
Link copied to clipboard
OutgoingPayment.Details
Link copied to clipboard
OutgoingPayment.Details
Link copied to clipboard