lightning-kmp
/
fr.acinq.lightning.channel
/
UnexpectedHtlcId
common
Unexpected
Htlc
Id
data class
UnexpectedHtlcId
(channelId:
ByteVector32
, expected:
Long
, actual:
Long
) :
ChannelException
Content copied to clipboard
Functions
Properties
Functions
details
Link copied to clipboard
common
fun
details
():
String
Content copied to clipboard
Properties
actual
Link copied to clipboard
common
val
actual
:
Long
Content copied to clipboard
cause
Link copied to clipboard
common
open val
cause
:
Throwable
?
Content copied to clipboard
channelId
Link copied to clipboard
common
open override val
channelId
:
ByteVector32
Content copied to clipboard
expected
Link copied to clipboard
common
val
expected
:
Long
Content copied to clipboard
message
Link copied to clipboard
common
open override val
message
:
String
Content copied to clipboard