HtlcsTimedOutDownstream

data class HtlcsTimedOutDownstream(channelId: ByteVector32, htlcs: Set<UpdateAddHtlc>) : 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
htlcs
Link copied to clipboard
common
val htlcs: Set<UpdateAddHtlc>
message
Link copied to clipboard
common
open override val message: String