isRegistered

Calls the "isRegistered" function on the contract.

Example

import { isRegistered } from "thirdweb/extensions/erc4337";
const result = await isRegistered({
contract,
account: ...,
});
function isRegistered(
options: BaseTransactionOptions<IsRegisteredParams>,
): Promise<boolean>;

Parameters

The options for the isRegistered function.

Type

let options: BaseTransactionOptions<IsRegisteredParams>;

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.