CCC Docs
    Preparing search index...

    Variable MAINNET_SCRIPTSConst

    MAINNET_SCRIPTS: Record<KnownScript, ScriptInfoLike | undefined> = ...

    The known scripts, with a cell dep outpoint recorded for each.

    An outpoint here is a starting point. A dep with a type is resolved on-chain by Client.getCellDeps before use, so its outpoint keeps working after the code cell moves and may look spent when checked directly. Only a dep without a type needs updating when its cell moves. See #531.