isSmartWalletDeployed

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>;

Parameters

The chain to use

Type

let chain: ChainOrRpcUrl;

The factory address

Type

let factoryAddress: string;

The personal wallet address

Type

let personalWalletAddress: string;

Type

let data: BytesLike;

Returns

let returnType: Promise<boolean>;

True if the smart wallet is deployed