isActiveSigner

Calls the "isActiveSigner" function on the contract.

Example

import { isActiveSigner } from "thirdweb/extensions/erc4337";
const result = await isActiveSigner({
contract,
signer: ...,
});

Parameters

Returns

The parsed result of the function call.