Status

sealed class Status

Types

Failed
Link copied to clipboard
common
data class Failed(remoteFailureCode: Int?, details: String, completedAt: Long) : OutgoingPayment.Part.Status
Pending
Link copied to clipboard
common
object Pending : OutgoingPayment.Part.Status
Succeeded
Link copied to clipboard
common
data class Succeeded(preimage: ByteVector32, completedAt: Long) : OutgoingPayment.Part.Status

Inheritors

OutgoingPayment.Part.Status
Link copied to clipboard
OutgoingPayment.Part.Status
Link copied to clipboard
OutgoingPayment.Part.Status
Link copied to clipboard