isTransferEnabledFor

Calls the "isTransferEnabledFor" function on the contract.

Example

import { TransferableERC20 } from "thirdweb/modules";
const result = await TransferableERC20.isTransferEnabledFor({
contract,
target: ...,
});
function isTransferEnabledFor(
): Promise<boolean>;

Parameters

The options for the isTransferEnabledFor function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.