Check if a smart wallet is deployed for a given personal wallet address
function isSmartWalletDeployed( chain: ChainOrRpcUrl, factoryAddress: string, personalWalletAddress: string, data: BytesLike,): Promise<boolean>;
The chain to use
let chain: ChainOrRpcUrl;
The factory address
let factoryAddress: string;
The personal wallet address
let personalWalletAddress: string;
let data: BytesLike;
let returnType: Promise<boolean>;
True if the smart wallet is deployed