ProofResult
successboolean
Indicates whether the proof generation was successful.
hashstring
The transaction hash if the proof was successfully applied.
errorstring
Error message if proof generation failed.
ProofResult
{
"success": true,
"hash": "string",
"error": "string"
}