FeerateTooDifferent

data class FeerateTooDifferent(channelId: ByteVector32, localFeeratePerKw: FeeratePerKw, remoteFeeratePerKw: FeeratePerKw) : 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
localFeeratePerKw
Link copied to clipboard
common
val localFeeratePerKw: FeeratePerKw
message
Link copied to clipboard
common
open override val message: String
remoteFeeratePerKw
Link copied to clipboard
common
val remoteFeeratePerKw: FeeratePerKw