Get all the smart wallets associated with a personal wallet address
function getAllSmartWallets( chain: ChainOrRpcUrl, factoryAddress: string, personalWalletAddress: string,): Promise<AccessibleSmartWallets>;
The chain to use
let chain: ChainOrRpcUrl;
The factory address
let factoryAddress: string;
The personal wallet address
let personalWalletAddress: string;
let returnType: Promise<AccessibleSmartWallets>;
The list of smart wallets