SwapOut

data class SwapOut(address: String, paymentHash: ByteVector32) : OutgoingPayment.Details

Swaps out send a lightning payment to a swap server, which will send an on-chain transaction to a given address.

Constructors

SwapOut
Link copied to clipboard
common
fun SwapOut(address: String, paymentHash: ByteVector32)

Functions

matchesFilters
Link copied to clipboard
common
fun matchesFilters(filters: Set<PaymentTypeFilter>): Boolean

Properties

address
Link copied to clipboard
common
val address: String
paymentHash
Link copied to clipboard
common
open override val paymentHash: ByteVector32