@logixjs/core
    Preparing search index...

    Interface FullCutoverGateVerificationResult

    interface FullCutoverGateVerificationResult {
        allowedDiffs?: readonly KernelContractAllowedDiff[];
        contract: KernelContractVerificationResult;
        contractVerdict: "PASS" | "FAIL";
        gate: FullCutoverGateResult;
        verdict: "PASS" | "FAIL";
        version: "v1";
    }
    Index

    Properties

    allowedDiffs?: readonly KernelContractAllowedDiff[]
    contractVerdict: "PASS" | "FAIL"
    gate: FullCutoverGateResult
    verdict: "PASS" | "FAIL"
    version: "v1"