isUninstallExtensionSupported

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

Example

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

Parameters

Returns

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