@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / CircuitResults
Interface: CircuitResults<T, U>
The results of the call to a Compact circuit
Type parameters
• T
• U
Properties
context
context: CircuitContext<T>;
The updated context after the circuit execution, that can be used to inform further runs
proofData
proofData: ProofData;
The data required to prove this circuit run
result
result: U;
The primary result, as returned from Compact