HtlcSigCountMismatch

data class HtlcSigCountMismatch(channelId: ByteVector32, expected: Int, actual: Int) : ChannelException

Functions

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

Properties

actual
Link copied to clipboard
common
val actual: Int
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: Int
message
Link copied to clipboard
common
open override val message: String