isActiveSigner

Calls the "isActiveSigner" function on the contract.

Example

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

Parameters

The options for the isActiveSigner function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.