getExtensionConfig

Calls the "getExtensionConfig" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.