lightning-kmp
/
fr.acinq.lightning.channel
/
InvalidChainHash
common
Invalid
Chain
Hash
data class
InvalidChainHash
(channelId:
ByteVector32
, local:
ByteVector32
, remote:
ByteVector32
) :
ChannelException
Content copied to clipboard
Functions
Properties
Functions
details
Link copied to clipboard
common
fun
details
():
String
Content copied to clipboard
Properties
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
local
Link copied to clipboard
common
val
local
:
ByteVector32
Content copied to clipboard
message
Link copied to clipboard
common
open override val
message
:
String
Content copied to clipboard
remote
Link copied to clipboard
common
val
remote
:
ByteVector32
Content copied to clipboard