function useSignEvmHash(): { signEvmHash: (options: SignEvmHashOptions) => Promise<SignEvmHashResult>;};
Hook that provides a wrapped function to sign EVM messages with authentication checks.
This hook uses useEnforceAuthenticated to ensure the user is signed in before attempting to sign.