Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 735 Bytes

File metadata and controls

16 lines (8 loc) · 735 Bytes

TransactionTimeline

The information about transaction timeline, which lists all statuses that the transaction passes through with timestamps indicating when each status is completed.

Properties

Name Type Description Notes
status TransactionStatus [optional]
finished Boolean Whether the transaction status is completed: - `true`: The transaction status is completed. - `false`: The transaction is currently in the status. [optional]
finishedTimestamp Long The time when the transaction status is completed in Unix timestamp format, measured in milliseconds. [optional]