function useEvmSmartAccounts(): { evmSmartAccounts: | null | EndUserEvmSmartAccount[];};
Hook to access all EVM smart account objects for the current user.
Returns an array of smart account objects with address, owner addresses, and creation timestamp.
Each EVM EOA can own one smart account.