CannotAffordFees

data class CannotAffordFees(channelId: ByteVector32, missing: Satoshi, reserve: Satoshi, fees: 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
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