Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.17 KB

GetTaskStatusResponse.md

File metadata and controls

19 lines (15 loc) · 1.17 KB

GetTaskStatusResponse

Properties

Name Type Description Notes
Id string Unique ID of the Task [optional]
CreatedAt string UTC time of creation of the Task in RFC-3339 format [optional]
UpdatedAt string UTC last time the Task was updated in RFC-3339 format [optional]
Result Result [optional]
State TaskState [optional]
TxHash string The Blockchain-generated hash of the Transaction; populated after the Blockchain Node accepted the Transaction [optional]
QeditTxHash string The QEDIT-generated hash of the Transaction; generated after proof generation, but prior to Broadcast by the QEDIT Node [optional]
Type TaskType [optional]
Data TaskData [optional]
Error string In case of failure this field reports the reason for the failure [optional]

[Back to Model list] [Back to API list] [Back to README]