TypeScript SDK

ERC7702.isWildcardSigner

Calls the "isWildcardSigner" function on the contract.

Example

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

Parameters

The options for the isWildcardSigner function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.