ChannelReserveNotMet

data class ChannelReserveNotMet(channelId: ByteVector32, toLocal: MilliSatoshi, toRemote: MilliSatoshi, reserve: Satoshi) : ChannelException

Functions

details
Link copied to clipboard
common
fun details(): String

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
message
Link copied to clipboard
common
open override val message: String
reserve
Link copied to clipboard
common
val reserve: Satoshi
toLocal
Link copied to clipboard
common
val toLocal: MilliSatoshi
toRemote
Link copied to clipboard
common
val toRemote: MilliSatoshi