Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.16 KB

GetTaskStatusResponse.md

File metadata and controls

19 lines (15 loc) · 1.16 KB

GetTaskStatusResponse

Properties

Name Type Description Notes
id str Unique ID of the Task [optional]
created_at date UTC time of creation of the Task in RFC-3339 format [optional]
updated_at date UTC last time the Task was updated in RFC-3339 format [optional]
result Result [optional]
state TaskState [optional]
tx_hash str The Blockchain-generated hash of the Transaction; populated after the Blockchain Node accepted the Transaction [optional]
qedit_tx_hash str 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 str In case of failure this field reports the reason for the failure [optional]

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