lightning-kmp
/
fr.acinq.lightning.channel
/
ChannelReserveNotMet
common
Channel
Reserve
Not
Met
data class
ChannelReserveNotMet
(channelId:
ByteVector32
, toLocal:
MilliSatoshi
, toRemote:
MilliSatoshi
, reserve:
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
message
Link copied to clipboard
common
open override val
message
:
String
Content copied to clipboard
reserve
Link copied to clipboard
common
val
reserve
:
Satoshi
Content copied to clipboard
toLocal
Link copied to clipboard
common
val
toLocal
:
MilliSatoshi
Content copied to clipboard
toRemote
Link copied to clipboard
common
val
toRemote
:
MilliSatoshi
Content copied to clipboard