InvalidChainHash

data class InvalidChainHash(channelId: ByteVector32, local: ByteVector32, remote: ByteVector32) : 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
local
Link copied to clipboard
common
val local: ByteVector32
message
Link copied to clipboard
common
open override val message: String
remote
Link copied to clipboard
common
val remote: ByteVector32