Calls the "getAddress" function on the contract.
import { getAddress } from "thirdweb/extensions/erc4337"; const result = await getAddress({ contract, adminSigner: ..., data: ...,});
function predictAccountAddress( options: BaseTransactionOptions<GetAddressParams>,): Promise<string>;
The options for the getAddress function.
let options: BaseTransactionOptions<GetAddressParams>;
let returnType: Promise<string>;
The parsed result of the function call.