TooManyAcceptedHtlcs

data class TooManyAcceptedHtlcs(channelId: ByteVector32, maximum: Long) : 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
maximum
Link copied to clipboard
common
val maximum: Long
message
Link copied to clipboard
common
open override val message: String