verifyProofGraph
@totemsdk/proofgraph / verifyProofGraph
Function: verifyProofGraph()
verifyProofGraph(
graph,_options?):ProofGraphVerifyResult
Verify every proof node stored in the graph.
Iterates nodes of type 'proof', casts node.data back to SignedProof, and calls proofModule.verifyProof() from @totemsdk/proof. Returns { valid: true } if ALL proofs pass; otherwise lists the failing proofIds.
Parameters
graph
_options?
Record<string, unknown>