Calls the "isTransferEnabledFor" function on the contract.
import { TransferableERC721 } from "thirdweb/modules"; const result = await TransferableERC721.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.