IncorrectOrUnknownPaymentDetails

data class IncorrectOrUnknownPaymentDetails(amount: MilliSatoshi, height: Long) : FailureMessage, Perm

Types

Companion
Link copied to clipboard
common
object Companion

Properties

amount
Link copied to clipboard
common
val amount: MilliSatoshi
code
Link copied to clipboard
common
open override val code: Int
height
Link copied to clipboard
common
val height: Long
message
Link copied to clipboard
common
open override val message: String