isErc20CurrencyRegistered

Calls the "isErc20CurrencyRegistered" function on the contract.

Example

import { isErc20CurrencyRegistered } from "thirdweb/extensions/lens";
const result = await isErc20CurrencyRegistered({
contract,
currencyAddress: ...,
});

Parameters

Returns

The parsed result of the function call.