Anchorage API reference
    Preparing search index...

    The rule an operator reads an empty inventory under.

    interface DrainProofContract {
        note: string;
        proof: string;
        reachableFrom: readonly (
            "open"
            | "migration-locked"
            | "draining"
            | "proof-only"
        )[];
        reading: string;
    }
    Index

    Properties

    note: string

    How to interpret a post-lock re-sweep and a read taken under the lock.

    proof: string

    What a proof actually is.

    reachableFrom: readonly (
        "open"
        | "migration-locked"
        | "draining"
        | "proof-only"
    )[]

    The fence states an empty work set is reachable from.

    reading: string

    How to interpret point-in-time readings while draining still admits work. Rows can enter or leave, but an empty result cannot over-count work.