Skip to main content

CircuitResults

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / CircuitResults

Interface: CircuitResults<T, U>

The results of the call to a Compact circuit

Type Parameters​

T​

T

U​

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