Progress
data class Progress(request: SendPayment, fees: MilliSatoshi, actions: List<WrappedChannelEvent>) : OutgoingPaymentHandler.SendPaymentResult, OutgoingPaymentHandler.ProcessFailureResult
Content copied to clipboard
A payment attempt has been made: we provide information about the fees we're paying, which may increase as we re-try our payment.
Constructors
Progress
Link copied to clipboard
fun Progress(request: SendPayment, fees: MilliSatoshi, actions: List<WrappedChannelEvent>)
Content copied to clipboard