AmountBelowMinimum

data class AmountBelowMinimum(amount: MilliSatoshi, update: ChannelUpdate) : FailureMessage, Update

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
message
Link copied to clipboard
common
open override val message: String
update
Link copied to clipboard
common
open override val update: ChannelUpdate