isGetInstalledExtensionsSupported

Checks if the getInstalledExtensions method is supported by the given contract.

Example

import { isGetInstalledExtensionsSupported } from "thirdweb/extensions/modular";
const supported = await isGetInstalledExtensionsSupported(contract);

Parameters

Returns

A promise that resolves to a boolean indicating if the getInstalledExtensions method is supported.