ChannelReserveTooHigh

data class ChannelReserveTooHigh(channelId: ByteVector32, channelReserve: Satoshi, reserveToFundingRatio: Double, maxReserveToFundingRatio: Double) : 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
channelReserve
Link copied to clipboard
common
val channelReserve: Satoshi
maxReserveToFundingRatio
Link copied to clipboard
common
val maxReserveToFundingRatio: Double
message
Link copied to clipboard
common
open override val message: String
reserveToFundingRatio
Link copied to clipboard
common
val reserveToFundingRatio: Double