Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.31 KB

File metadata and controls

21 lines (13 loc) · 1.31 KB

AutoSweepTask

Auto-sweep task information.

Properties

Name Type Description Notes
taskId UUID Auto-sweep task ID.
walletId String Wallet ID.
tokenId String Token ID of the swept token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.
status AutoSweepTaskStatus
transactionIds List<String> IDs of the transactions triggered by the task. This array is empty while the task `status` is `Submitted`, and is populated only after the status becomes `TransactionCreated`. Poll Get auto-sweep task details until the transaction IDs are available. [optional]
failedReasons List<String> Reasons why the task creation failed. [optional]
createdTimestamp Long The time when the task was created, in Unix timestamp format, measured in milliseconds.
updatedTimestamp Long The time when the task was updated, in Unix timestamp format, measured in milliseconds. [optional]