getAccounts

Calls the "getAccounts" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.