isGetSupportedCallbackFunctionsSupported

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

Example

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

Parameters

Returns

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