InsufficientFunds

data class InsufficientFunds(channelId: ByteVector32, amount: MilliSatoshi, missing: Satoshi, reserve: Satoshi, fees: Satoshi) : ChannelException

Functions

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

Properties

amount
Link copied to clipboard
common
val amount: MilliSatoshi
cause
Link copied to clipboard
common
open val cause: Throwable?
channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
fees
Link copied to clipboard
common
val fees: Satoshi
message
Link copied to clipboard
common
open override val message: String
missing
Link copied to clipboard
common
val missing: Satoshi
reserve
Link copied to clipboard
common
val reserve: Satoshi