getAllSmartWallets

Get all the smart wallets associated with a personal wallet address

function getAllSmartWallets(
chain: ChainOrRpcUrl,
factoryAddress: string,
personalWalletAddress: string,

Parameters

The chain to use

Type

let chain: ChainOrRpcUrl;

The factory address

Type

let factoryAddress: string;

The personal wallet address

Type

let personalWalletAddress: string;

Returns

let returnType: Promise<AccessibleSmartWallets>;

The list of smart wallets