Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.14 KB

GetTaskStatusResponse.md

File metadata and controls

19 lines (14 loc) · 1.14 KB

GetTaskStatusResponse

Properties

Name Type Description Notes
id kotlin.String Unique ID of the Task [optional]
createdAt java.time.LocalDateTime UTC time of creation of the Task in RFC-3339 format [optional]
updatedAt java.time.LocalDateTime UTC last time the Task was updated in RFC-3339 format [optional]
result Result [optional]
state TaskState [optional]
txHash kotlin.String The Blockchain-generated hash of the Transaction; populated after the Blockchain Node accepted the Transaction [optional]
qeditTxHash kotlin.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 kotlin.String In case of failure this field reports the reason for the failure [optional]