lightning-kmp
/
fr.acinq.lightning.channel
/
ChannelReserveBelowOurDustLimit
common
Channel
Reserve
Below
Our
Dust
Limit
data class
ChannelReserveBelowOurDustLimit
(channelId:
ByteVector32
, channelReserve:
Satoshi
, dustLimit:
Satoshi
) :
ChannelException
Content copied to clipboard
Functions
Properties
Functions
details
Link copied to clipboard
common
fun
details
():
String
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open val
cause
:
Throwable
?
Content copied to clipboard
channelId
Link copied to clipboard
common
open override val
channelId
:
ByteVector32
Content copied to clipboard
channelReserve
Link copied to clipboard
common
val
channelReserve
:
Satoshi
Content copied to clipboard
dustLimit
Link copied to clipboard
common
val
dustLimit
:
Satoshi
Content copied to clipboard
message
Link copied to clipboard
common
open override val
message
:
String
Content copied to clipboard