Received

data class Received(receivedWith: Set<IncomingPayment.ReceivedWith>, receivedAt: Long)

Properties

amount
Link copied to clipboard
common
val amount: MilliSatoshi

Total amount received after applying the fees.

fees
Link copied to clipboard
common
val fees: MilliSatoshi

Fees applied to receive this payment.

receivedAt
Link copied to clipboard
common
val receivedAt: Long
receivedWith
Link copied to clipboard
common
val receivedWith: Set<IncomingPayment.ReceivedWith>