Predict the address of a smart account.
import { predictAddress } from "thirdweb/wallets/smart"; const predictedAddress = await predictAddress({ factoryContract, adminAddress, accountSalt,});
The predicted address of the smart account.