lightning-kmp
/
fr.acinq.lightning.channel
/
InvalidChannelType
common
Invalid
Channel
Type
data class
InvalidChannelType
(channelId:
ByteVector32
, ourChannelType:
ChannelType
, theirChannelType:
ChannelType
) :
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
message
Link copied to clipboard
common
open override val
message
:
String
Content copied to clipboard
ourChannelType
Link copied to clipboard
common
val
ourChannelType
:
ChannelType
Content copied to clipboard
theirChannelType
Link copied to clipboard
common
val
theirChannelType
:
ChannelType
Content copied to clipboard