Type Alias ProofState

ProofState: { state: CheckStateEnum; witness: string | null; Y: string }

Entries of CheckStateResponse with state of the proof

Type declaration