function useEvmAddress(): { evmAddress: null | `0x${string}`;};
Hook to access the user’s primary EVM (Ethereum Virtual Machine) address.
If the user has a Smart Account, this will return the Smart Account address.
If the user has an EOA, this will return the EOA address.
If the user has neither, this will return null.