getSupportedCallbackFunctions

Calls the "getSupportedCallbackFunctions" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.