Part
fun Part(id: UUID, amount: MilliSatoshi, route: List<HopDesc>, status: OutgoingPayment.Part.Status, createdAt: Long = currentTimestampMillis())
Content copied to clipboard
Parameters
id
internal payment identifier.
amount
amount sent, including fees.
route
payment route used.
status
current status of the payment.
created At
absolute time in milliseconds since UNIX epoch when the payment was created.