SwapIn

data class SwapIn(address: String?) : IncomingPayment.Origin

Swap-in works by sending an on-chain transaction to a swap server, which will pay us in exchange. We may not know the origin address.

Constructors

SwapIn
Link copied to clipboard
common
fun SwapIn(address: String?)

Functions

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

Properties

address
Link copied to clipboard
common
val address: String?