predictAddress

Predict the address of a smart account.

Example

import { predictAddress } from "thirdweb/wallets/smart";
const predictedAddress = await predictAddress({
factoryContract,
adminAddress,
accountSalt,
});

Parameters

Returns

The predicted address of the smart account.