update Outgoing Part
open suspend override fun updateOutgoingPart(partId: UUID, failure: Either<ChannelException, FailureMessage>, completedAt: Long)
Content copied to clipboard
Mark an outgoing payment part as failed.
open suspend override fun updateOutgoingPart(partId: UUID, preimage: ByteVector32, completedAt: Long)
Content copied to clipboard
Mark an outgoing payment part as succeeded. This should not update the parent payment, since some parts may still be pending.