Function isSmartWalletDeployed

  • Check if a smart wallet is deployed for a given personal wallet address

    Parameters

    • chain: ChainOrRpcUrl

      The chain to use

    • factoryAddress: string

      The factory address

    • personalWalletAddress: string

      The personal wallet address

    • data: BytesLike = "0x"

    Returns Promise<boolean>

    True if the smart wallet is deployed

Generated using TypeDoc