DustLimitTooSmall

data class DustLimitTooSmall(channelId: ByteVector32, dustLimit: Satoshi, min: Satoshi) : 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
dustLimit
Link copied to clipboard
common
val dustLimit: Satoshi
message
Link copied to clipboard
common
open override val message: String
min
Link copied to clipboard
common
val min: Satoshi