CCC Docs
    Preparing search index...

    Variable TESTNET_SCRIPTSConst

    TESTNET_SCRIPTS: Record<KnownScript, ScriptInfoLike> = ...

    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.