isErc20CurrencyRegistered

Calls the "isErc20CurrencyRegistered" function on the contract.

Example

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

Parameters

The options for the isErc20CurrencyRegistered function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.