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