ToSelfDelayTooHigh

data class ToSelfDelayTooHigh(channelId: ByteVector32, toSelfDelay: CltvExpiryDelta, max: CltvExpiryDelta) : 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
max
Link copied to clipboard
common
val max: CltvExpiryDelta
message
Link copied to clipboard
common
open override val message: String
toSelfDelay
Link copied to clipboard
common
val toSelfDelay: CltvExpiryDelta