Calls the "isErc20CurrencyRegistered" function on the contract.
import { isErc20CurrencyRegistered } from "thirdweb/extensions/lens"; const result = await isErc20CurrencyRegistered({ contract, currencyAddress: ...,});
function isErc20CurrencyRegistered( options: BaseTransactionOptions<IsErc20CurrencyRegisteredParams>,): Promise<boolean>;
The options for the isErc20CurrencyRegistered function.
let options: BaseTransactionOptions<IsErc20CurrencyRegisteredParams>;
let returnType: Promise<boolean>;
The parsed result of the function call.