lightning-kmp
/
fr.acinq.lightning.channel
/
ChannelAction
/
ProcessCmdRes
/
AddFailed
common
Add
Failed
data class
AddFailed
(cmd:
CMD_ADD_HTLC
, error:
ChannelException
, channelUpdate:
ChannelUpdate
?) :
ChannelAction.ProcessCmdRes
Content copied to clipboard
Functions
Properties
Functions
to
String
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
channelUpdate
Link copied to clipboard
common
val
channelUpdate
:
ChannelUpdate
?
Content copied to clipboard
cmd
Link copied to clipboard
common
val
cmd
:
CMD_ADD_HTLC
Content copied to clipboard
error
Link copied to clipboard
common
val
error
:
ChannelException
Content copied to clipboard