getInstalledExtensions

Calls the "getInstalledExtensions" function on the contract.

Example

import { getInstalledExtensions } from "thirdweb/extensions/modular";
const result = await getInstalledExtensions({
contract,
});

Parameters

Returns

The parsed result of the function call.