JobResult
successbooleanrequired
Indicates whether the proof generation for this transaction was successful.
errorstring
Error message if proof generation failed for this transaction.
txstring
The transaction data.
statusstring
The status of the transaction.
hashstring
The transaction hash if broadcasted.
JobResult
{
"success": true,
"error": "string",
"tx": "string",
"status": "string",
"hash": "string"
}