Calls the "getAccounts" function on the contract.
import { getAccounts } from "thirdweb/extensions/erc4337"; const result = await getAccounts({ contract, start: ..., end: ...,});
function getAccounts(options: BaseTransactionOptions<GetAccountsParams>) : Promise<readonly Array<string>>
The options for the getAccounts function.
let options: BaseTransactionOptions<GetAccountsParams>;
let returnType: Promise<readonly Array<string>>
The parsed result of the function call.