UnexpectedHtlcId

data class UnexpectedHtlcId(channelId: ByteVector32, expected: Long, actual: Long) : ChannelException

Functions

details
Link copied to clipboard
common
fun details(): String

Properties

actual
Link copied to clipboard
common
val actual: Long
cause
Link copied to clipboard
common
open val cause: Throwable?
channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
expected
Link copied to clipboard
common
val expected: Long
message
Link copied to clipboard
common
open override val message: String