Calls the "isTransferEnabledFor" function on the contract.
import { TransferableERC20 } from "thirdweb/modules"; const result = await TransferableERC20.isTransferEnabledFor({ contract, target: ...,});
function isTransferEnabledFor( options: BaseTransactionOptions<IsTransferEnabledForParams>,): Promise<boolean>;
The options for the isTransferEnabledFor function.
let options: BaseTransactionOptions<IsTransferEnabledForParams>;
let returnType: Promise<boolean>;
The parsed result of the function call.