predictAccountAddress

Calls the "getAddress" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.