lightning-kmp
/
fr.acinq.lightning.db
/
OutgoingPayment
/
Status
/
Completed
/
Succeeded
/
OnChain
common
On
Chain
data class
OnChain
(txids:
List
<
ByteVector32
>, claimed:
Satoshi
, closingType:
ChannelClosingType
, completedAt:
Long
) :
OutgoingPayment.Status.Completed.Succeeded
Content copied to clipboard
Properties
Properties
claimed
Link copied to clipboard
common
val
claimed
:
Satoshi
Content copied to clipboard
closingType
Link copied to clipboard
common
val
closingType
:
ChannelClosingType
Content copied to clipboard
completedAt
Link copied to clipboard
common
open override val
completedAt
:
Long
Content copied to clipboard
txids
Link copied to clipboard
common
val
txids
:
List
<
ByteVector32
>
Content copied to clipboard