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