Type alias CheckStateEntry

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

Entries of CheckStateResponse with state of the proof

Type declaration

Generated using TypeDoc