InvalidPushAmount

data class InvalidPushAmount(channelId: ByteVector32, pushAmount: MilliSatoshi, max: MilliSatoshi) : 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
max
Link copied to clipboard
common
val max: MilliSatoshi
message
Link copied to clipboard
common
open override val message: String
pushAmount
Link copied to clipboard
common
val pushAmount: MilliSatoshi