getAllAccounts

Calls the "getAllAccounts" function on the contract.

Example

import { getAllAccounts } from "thirdweb/extensions/erc4337";
const result = await getAllAccounts({
contract,
});

Parameters

Returns

The parsed result of the function call.