Skip to main content

CallProofDataTrace

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / CallProofDataTrace

Type Alias: CallProofDataTrace

type CallProofDataTrace = CallProofData[];

List of data needed to construct proofs and transactions for all circuit calls resulting from executing a root circuit. The calls are in depth-first traversal order. In other words, the first circuit to complete execution is first, and the last circuit to complete execution (the root circuit) is last.