InvalidMaxAcceptedHtlcs

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