InvalidChannelType

data class InvalidChannelType(channelId: ByteVector32, ourChannelType: ChannelType, theirChannelType: ChannelType) : ChannelException

Functions

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

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
message
Link copied to clipboard
common
open override val message: String
ourChannelType
Link copied to clipboard
common
val ourChannelType: ChannelType
theirChannelType
Link copied to clipboard
common
val theirChannelType: ChannelType