Anchorage API reference
    Preparing search index...

    What one fence read observed. proofKey/proofRunId exist only in proof-only.

    interface ExecutionFenceReading {
        proofKey?: string;
        proofRunId?: string;
        state: "open" | "migration-locked" | "draining" | "proof-only";
    }
    Index

    Properties

    proofKey?: string

    The key a proof-only start must carry to be admitted.

    proofRunId?: string

    The run the proof-only state has already admitted, once one started.

    state: "open" | "migration-locked" | "draining" | "proof-only"