Skip to main content

CircuitResults

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.16.0


@midnight-ntwrk/compact-runtime / CircuitResults

Interface: CircuitResults<PS, R>

Compact 회로 호출의 결과

Type Parameters

PS

PS = any

R

R = any

Properties

context

context: CircuitContext<PS>;

회로 실행 후 업데이트된 컨텍스트로, 이후 실행에 활용할 수 있습니다


gasCost

gasCost: RunningCost;

회로 실행의 가스 소비량


proofData

proofData: ProofData;

이 회로 실행을 증명하는 데 필요한 데이터


result

result: R;

Compact에서 반환된 기본 결과