isInstallExtensionSupported

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

Example

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

Parameters

Returns

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