function useSignEvmTransaction(): { signEvmTransaction: (options: SignEvmTransactionOptions) => Promise<SignEvmTransactionResult>;};
Hook that provides a wrapped function to sign EVM transactions with authentication checks.
This hook uses useEnforceAuthenticated to ensure the user is signed in before attempting to sign.