• Retrieves a tool from the Tool Registry by its name and network.

    Type Parameters

    Parameters

    • name: string

      The name of the tool.

    • network: LitNetwork

      The Lit network for which the tool is registered.

    Returns T | null

    The tool if found, or null if the tool is not registered for the specified network.