WalletPayment

sealed class WalletPayment

A payment made to or from the wallet.

Functions

completedAt
Link copied to clipboard
common
fun completedAt(): Long

Absolute time in milliseconds since UNIX epoch when the payment was completed.

Properties

amount
Link copied to clipboard
common
abstract val amount: MilliSatoshi

The actual amount that has been sent or received:

fees
Link copied to clipboard
common
abstract val fees: MilliSatoshi

Fees applied to complete this payment.

Inheritors

IncomingPayment
Link copied to clipboard
OutgoingPayment
Link copied to clipboard