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