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