Succeeded
Types
Off Chain
Link copied to clipboard
data class OffChain(preimage: ByteVector32, completedAt: Long) : OutgoingPayment.Status.Completed.Succeeded
Content copied to clipboard
On Chain
Link copied to clipboard
data class OnChain(txids: List<ByteVector32>, claimed: Satoshi, closingType: ChannelClosingType, completedAt: Long) : OutgoingPayment.Status.Completed.Succeeded
Content copied to clipboard
Properties
completedAt
Link copied to clipboard
Inheritors
OutgoingPayment.Status.Completed.Succeeded
Link copied to clipboard
OutgoingPayment.Status.Completed.Succeeded
Link copied to clipboard