• Finds a tool by its IPFS CID (Content Identifier).

    Type Parameters

    Parameters

    • ipfsCid: string

      The IPFS CID of the tool.

    Returns {
        network: LitNetwork;
        tool: T;
    } | null

    An object containing the tool and its network if found, or null if the tool is not found.