getAccountsOfSigner

Calls the "getAccountsOfSigner" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.